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