1. aaf87c8 [JSC] RegExpConstructor should not have own IsoSubspace by ysuzuki@apple.com · 6 years ago
  2. f4986c8 [JSC] NativeErrorConstructor should not have own IsoSubspace by ysuzuki@apple.com · 6 years ago
  3. a741fa6 [JSC] ErrorConstructor should not have own IsoSubspace by ysuzuki@apple.com · 6 years ago
  4. d5d93c5 [JSC] SharedArrayBufferConstructor and ArrayBufferConstructor should not have their own IsoSubspace by ysuzuki@apple.com · 6 years ago
  5. 375c0fe [JSC] Intl constructors should fit in sizeof(InternalFunction) by ysuzuki@apple.com · 6 years ago
  6. 4d3c310 [JSC] Invalidate old scope operations using global lexical binding epoch by commit-queue@webkit.org · 6 years ago
  7. c9028b4 Unreviewed, roll out r240220 due to date-format-xparb regression by yusukesuzuki@slowstart.org · 6 years ago
  8. c33d54a [JSC] Lazily initialize JSModuleLoader by yusukesuzuki@slowstart.org · 6 years ago
  9. 98b0b20 [JSC] Invalidate old scope operations using global lexical binding epoch by commit-queue@webkit.org · 6 years ago
  10. 16bf741 JSC should have a module loader API by keith_miller@apple.com · 6 years ago
  11. e50a736 Unreviewed, fix scope check assertions by yusukesuzuki@slowstart.org · 6 years ago
  12. d2cb345 [JSC] Global lexical bindings can shadow global variables if it is `configurable = true` by yusukesuzuki@slowstart.org · 6 years ago
  13. 046331a Add support for globalThis https://bugs.webkit.org/show_bug.cgi?id=165171 by keith_miller@apple.com · 6 years ago
  14. 8deb8bd Fix missing edge cases with JSGlobalObjects having a bad time. by mark.lam@apple.com · 6 years ago
  15. 34bfc02 Create a RELEASE_AND_RETURN macro for ExceptionScopes by keith_miller@apple.com · 6 years ago
  16. b736a8a Fix exception throwing code so that topCallFrame and topEntryFrame stay true to their names. by mark.lam@apple.com · 7 years ago
  17. 9560781 Add self.queueMicrotask(f) on DOMWindow by utatane.tea@gmail.com · 7 years ago
  18. 0c12ae7 JSC: Intl API should ignore encoding when parsing BCP 47 language tag from ISO 15897 locale string (passed via LANG) by commit-queue@webkit.org · 7 years ago
  19. 2071d472 [INTL] Language tags are not canonicalized by commit-queue@webkit.org · 7 years ago
  20. 9c461fa Builtins and host functions should get their own structures. by mark.lam@apple.com · 7 years ago
  21. 7cb4614 [JSC] Pass VM& to functions more https://bugs.webkit.org/show_bug.cgi?id=186241 by utatane.tea@gmail.com · 7 years ago
  22. 71845e5 JSImmutableButterfly can't be allocated from a subspace with HeapCell::Kind::Auxiliary by sbarati@apple.com · 7 years ago
  23. 8407763 [WTF] Add user-defined literal for ASCIILiteral by utatane.tea@gmail.com · 7 years ago
  24. 537abd3 [JSC] Object.create should have intrinsic by utatane.tea@gmail.com · 7 years ago
  25. b860d69 [JSC] Pass VM& parameter as much as possible by utatane.tea@gmail.com · 7 years ago
  26. cf973ca Enforce invariant that GetterSetter objects are invariant. by mark.lam@apple.com · 7 years ago
  27. 0ff9f8b Expose $vm if window.internals is exposed by keith_miller@apple.com · 7 years ago
  28. c02f5d3 We should have a CoW storage for NewArrayBuffer arrays. by keith_miller@apple.com · 7 years ago
  29. 27e9e6a [WPE] Build cleanly with GCC 8 and ICU 60 by mcatanzaro@igalia.com · 7 years ago
  30. e27fd1c WebAssembly: add support for stream APIs - JavaScript API by gskachkov@gmail.com · 7 years ago
  31. f6fdb03 [INTL] Implement Intl.PluralRules https://bugs.webkit.org/show_bug.cgi?id=184312 by commit-queue@webkit.org · 7 years ago
  32. b91bcf5 [JSC] Remove ModuleLoaderPrototype by utatane.tea@gmail.com · 7 years ago
  33. b604bba Function.prototype.caller shouldn't return generator bodies by fpizlo@apple.com · 7 years ago
  34. 9f73b53 GC shouldn't do object distancing https://bugs.webkit.org/show_bug.cgi?id=184195 by fpizlo@apple.com · 7 years ago
  35. 5935d0d Unreviewed, rolling out r230102. by ryanhaddad@apple.com · 7 years ago
  36. f237510 A stack overflow in the parsing of a builtin (called by createExecutable) cause a crash instead of a catchable js exception by rmorisset@apple.com · 7 years ago
  37. bed6a5d [GTK][WPE] Initial implementation of JavaScriptCore glib bindings by carlosgc@webkit.org · 7 years ago
  38. dd7199d [JSC] Add inherits<T>(VM&) leveraging JSCast fast path by utatane.tea@gmail.com · 7 years ago
  39. 64e3d77 [JSC] Add more JSType based fast path for jsDynamicCast by utatane.tea@gmail.com · 7 years ago
  40. f162607 We need to clear cached structures when having a bad time by sbarati@apple.com · 7 years ago
  41. a8b896c [JSC] cache TaggedTemplate arrays by callsite rather than by contents by caitp@igalia.com · 7 years ago
  42. 47d0cf7 JSC GC should support TLCs (thread local caches) by fpizlo@apple.com · 7 years ago
  43. 9d3031a Unreviewed, rolling out r227592. https://bugs.webkit.org/show_bug.cgi?id=182110 by commit-queue@webkit.org · 7 years ago
  44. d84c2dc JSC GC should support TLCs (thread local caches) by fpizlo@apple.com · 7 years ago
  45. ce1c89f Re-arrange TypedArray JSTypes to match the order of the TypedArrayType enum list. by mark.lam@apple.com · 7 years ago
  46. 9a61e45 Disable Atomics when SharedArrayBuffer isn’t enabled by sbarati@apple.com · 7 years ago
  47. 5ffde67 Remove makePoisonedUnique by jfbastien@apple.com · 7 years ago
  48. ca7db11 [DFG][FTL] regExpMatchFast should be handled by utatane.tea@gmail.com · 7 years ago
  49. 4554ee5 Apply poisoning to more pointers in JSC. by mark.lam@apple.com · 7 years ago
  50. 7bdc194 Disable SharedArrayBuffers from Web API by msaboff@apple.com · 7 years ago
  51. bef4439 [ESNext][BigInt] Implement BigIntConstructor and BigIntPrototype by ticaiolima@gmail.com · 7 years ago
  52. e23fa11 Remove op_assert and make @assert in builtins a function call so we have DFG/FTL coverage for builtins that use @assert in debug builds by sbarati@apple.com · 7 years ago
  53. 916649b Arrow functions need their own structure because they have different properties than sloppy functions by sbarati@apple.com · 7 years ago
  54. 02c7f88 Having a bad time needs to handle ArrayClass indexing type as well by sbarati@apple.com · 7 years ago
  55. f18b7de Strict and sloppy functions shouldn't share structure by jfbastien@apple.com · 7 years ago
  56. 7682413 Move unsafe jsc shell test functions to the $vm object. by mark.lam@apple.com · 7 years ago
  57. cc1d886 Remove JSDollarVMPrototype. https://bugs.webkit.org/show_bug.cgi?id=179685 by mark.lam@apple.com · 7 years ago
  58. 5a900ab [JSC] Retry module fetching if previous request fails by utatane.tea@gmail.com · 7 years ago
  59. aad2231 Add support to throw OOM if MarkedArgumentBuffer may overflow. by mark.lam@apple.com · 7 years ago
  60. f36537e Optimize accesses to how we get the direct prototype by sbarati@apple.com · 7 years ago
  61. 34e35e8 [JSC] __proto__ getter should be fast by utatane.tea@gmail.com · 7 years ago
  62. 3a520ea Unreviewed, rolling out r223523. by ryanhaddad@apple.com · 7 years ago
  63. 76c2304 [JSC] __proto__ getter should be fast by utatane.tea@gmail.com · 7 years ago
  64. 4b38d04 [JSC] Drop Instantiate hook in ES6 module loader by utatane.tea@gmail.com · 7 years ago
  65. dd0cf03 The prototype cache should be aware of the Executable it generates a Structure for by sbarati@apple.com · 7 years ago
  66. b7051cb [JSC] Introduce import.meta https://bugs.webkit.org/show_bug.cgi?id=177703 by utatane.tea@gmail.com · 7 years ago
  67. 5c6da6e Make Attribute an enum class https://bugs.webkit.org/show_bug.cgi?id=177414 by achristensen@apple.com · 8 years ago
  68. 501ead0 [DFG] Remove ToThis more aggressively by utatane.tea@gmail.com · 8 years ago
  69. 135cad5 Fix all ExceptionScope verification failures in JavaScriptCore. by mark.lam@apple.com · 8 years ago
  70. 8e26fe2 Add support for RegExp named capture groups by msaboff@apple.com · 8 years ago
  71. 57ab8ecd [DFG][FTL] Efficiently execute number#toString() by utatane.tea@gmail.com · 8 years ago
  72. 7f5b1c3 [JSC] Use reifying system for "name" property of builtin JSFunction by utatane.tea@gmail.com · 8 years ago
  73. 1801d57 Unreviewed, rolling out r221327. by ryanhaddad@apple.com · 8 years ago
  74. 8315b87 [JSC] Use reifying system for "name" property of builtin JSFunction by utatane.tea@gmail.com · 8 years ago
  75. 0cf9fa0 [JSC] Optimize Map iteration with intrinsic by utatane.tea@gmail.com · 8 years ago
  76. ab749fd [ESNext] Async iteration - Implement Async Generator - runtime by gskachkov@gmail.com · 8 years ago
  77. b6aa963 Web Replay: remove some unused code by bburg@apple.com · 8 years ago
  78. f16cdf6 [Xcode] ICU headers aren’t treated as system headers after r219155 by mitz@apple.com · 8 years ago
  79. 8232dd0 Unreviewed, suppress warnings in GCC environment by utatane.tea@gmail.com · 8 years ago
  80. fa99daa Remove copy of ICU headers from WebKit by mmaxfield@apple.com · 8 years ago
  81. 3873ebf Unreviewed, rolling out r219103. by jlewis3@apple.com · 8 years ago
  82. 5266e39 Remove copy of ICU headers from WebKit by jbedard@apple.com · 8 years ago
  83. 7b29cef WebAssembly: disable some APIs under CSP by jfbastien@apple.com · 8 years ago
  84. 9df92eb [ESnext] Implement Object Rest - Implementing Object Rest Destructuring by ticaiolima@gmail.com · 8 years ago
  85. 3643ecb Web Inspector: Crash generating object preview for ArrayIterator by joepeck@webkit.org · 8 years ago
  86. 6712c2d Remove excessive headers from JavaScriptCore by annulen@yandex.ru · 8 years ago
  87. 8b3b97a [JSC] Clean up Object.entries implementation by utatane.tea@gmail.com · 8 years ago
  88. b2e8853 Remove Reflect.enumerate https://bugs.webkit.org/show_bug.cgi?id=173806 by commit-queue@webkit.org · 8 years ago
  89. 35b30f3 [JSC] Use @globalPrivate for concatSlowPath by utatane.tea@gmail.com · 8 years ago
  90. 62a4685 [JSC] Map and Set constructors should have fast path for cloning by utatane.tea@gmail.com · 8 years ago
  91. 6fa15e0 [JSC] Speedup Object.assign for slow case by using propertyIsEnumerable by utatane.tea@gmail.com · 8 years ago
  92. a5544f1 [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass by utatane.tea@gmail.com · 8 years ago
  93. 83ea2fc WebAssembly: perform stack checks by sbarati@apple.com · 8 years ago
  94. eb0f4b1 Unreviewed, rolling out r217031, r217032, and r217037. by commit-queue@webkit.org · 8 years ago
  95. cbd903d [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass by utatane.tea@gmail.com · 8 years ago
  96. cf386e4 Cleanup: Make QueueTaskToEventLoopFunctionPtr take JSGlobalObject& by dbates@webkit.org · 8 years ago
  97. 73e7e9f Handle IDLPromise<> properly https://bugs.webkit.org/show_bug.cgi?id=166752 by utatane.tea@gmail.com · 8 years ago
  98. cce7656 Introduce ExceptionScope::assertNoException() and releaseAssertNoException(). by mark.lam@apple.com · 8 years ago
  99. a6dfe9c Support for promise rejection events (unhandledrejection) by joepeck@webkit.org · 8 years ago
  100. ef513a5 test262: test262/test/built-ins/Number/parseFloat.js by commit-queue@webkit.org · 8 years ago