- 5999f4e Split IsoSubspace into a GCClient allocator used by VM and a backend managed by Heap. by mark.lam@apple.com · 3 years, 1 month ago
- 94cd687 Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy by shvaikalesh@gmail.com · 3 years, 10 months ago
- b4c709b Temporarily revert r276592 as it breaks some native apps by keith_miller@apple.com · 3 years, 11 months ago
- 6f2d1a5 [JSC] OrdinarySet should invoke custom [[Set]] methods by shvaikalesh@gmail.com · 4 years ago
- 147bb8d Remove className() and toStringName() from the method table by shvaikalesh@gmail.com · 4 years ago
- 17ae490 Implement a GC verifier. by mark.lam@apple.com · 4 years, 1 month ago
- 01f298a [JSC] Simplify get*PropertyNames() methods and EnumerationMode by shvaikalesh@gmail.com · 4 years, 3 months ago
- 468db87 Disambiguate the OverridesGetPropertyNames structure flag by mark.lam@apple.com · 4 years, 10 months ago
- 2abe6c6 [clang-tidy] Run modernize-use-nullptr over JSC by ross.kirsling@sony.com · 4 years, 11 months ago
- 7896197 Inline Cache delete by id/val https://bugs.webkit.org/show_bug.cgi?id=207522 by justin_michaud@apple.com · 5 years ago
- 71e050b [JSC] Put DebuggerScope in IsoSubspace by ysuzuki@apple.com · 5 years ago
- aa2eac0 [JSC] JSCallee should be in IsoSubspace by ysuzuki@apple.com · 5 years ago
- 52e98bb [JSC] Thread JSGlobalObject* instead of ExecState* by ysuzuki@apple.com · 5 years ago
- d27553f Use constexpr instead of const in symbol definitions that are obviously constexpr. by mark.lam@apple.com · 6 years ago
- c530e79 [JSC] Remove one indirection in JSObject::toStringName by yusukesuzuki@slowstart.org · 6 years ago
- dad6241 [JSC] Thread VM& to JSCell::methodTable(VM&) by utatane.tea@gmail.com · 7 years ago
- 86feb2f [JSC] Optimize inherits<T> if T is final type by utatane.tea@gmail.com · 7 years ago
- 22104f5 Unreviewed, rolling out r206522. by ryanhaddad@apple.com · 9 years ago
- c53123e Unreviewed, rolling out r206506. https://bugs.webkit.org/show_bug.cgi?id=162682 by commit-queue@webkit.org · 9 years ago
- 71ae5a4 Adopt #pragma once in JavaScriptCore by commit-queue@webkit.org · 9 years ago
- cd4bef4 Web Inspector: Wrong function name next to scope by commit-queue@webkit.org · 9 years ago
- 274f028 Unreviewed, rolling out r202659. https://bugs.webkit.org/show_bug.cgi?id=159305 by ryanhaddad@apple.com · 9 years ago
- c9e481d Web Inspector: Wrong function name next to scope by joepeck@webkit.org · 9 years ago
- cff2d0c Speed up JSGlobalObject initialization by making some properties lazy by fpizlo@apple.com · 9 years ago
- cac0822 Unreviewed, rolling out r200383 and r200406. by cdumez@apple.com · 9 years ago
- cda5fcb Speed up JSGlobalObject initialization by making some properties lazy by fpizlo@apple.com · 9 years ago
- 78b50c6 [ES6] Implement Reflect.set without receiver support by utatane.tea@gmail.com · 9 years ago
- 4c7c0ef Provide a way to distinguish a nested lexical block from a function's lexical block by joepeck@webkit.org · 9 years ago
- 060e751 Block scoped variables should be visible across scripts by saambarati1@gmail.com · 10 years ago
- 52f6859 Implement catch scope using lexical scoping constructs introduced with "let" scoping patch by saambarati1@gmail.com · 10 years ago
- 4b9e000 Don't segregate heap objects based on Structure immortality. by akling@apple.com · 10 years ago
- de4d1cf Web Inspector: Provide $exception in the console for the thrown exception value by joepeck@webkit.org · 10 years ago
- b1ed12b Fixed the Inspector to be able to properly distinguish between scope types. by mark.lam@apple.com · 10 years ago
- 268dda7 DebuggerCallFrame::scope() should return a DebuggerScope. by mark.lam@apple.com · 11 years ago
- 8fe56b8 REGRESSION: Inspector crashes when debugger is paused and injected scripts access window.screen(). by mark.lam@apple.com · 11 years ago
- a398a56 Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, r171614, r171763 from ftlopt. by fpizlo@apple.com · 11 years ago
- 2c4a7e9 Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, r170728, r170729, r170819, r170821, r170836, r170855, r170860, r170890, r170907, r170929, r171052, r171106, r171152, r171153, r171214 from ftlopt. by fpizlo@apple.com · 11 years ago
- ce3b5af Remove the JSC::OverridesVisitChildren flag. <https://webkit.org/b/135489> by akling@apple.com · 11 years ago
- 3378c48 Merge r170090, r170092, r170129, r170141, r170161, r170215, r170275, r170375, r170376, r170382, r170383, r170399, r170436, r170489, r170490, r170556 from ftlopt. by fpizlo@apple.com · 11 years ago[Renamed (85%) from Source/JavaScriptCore/debugger/DebuggerActivation.h]
- 9f62443 Unreviewed, roll out r171641-r171644. It broke some tests; will investigate and by fpizlo@apple.com · 11 years ago[Renamed (85%) from Source/JavaScriptCore/debugger/DebuggerScope.h]
- 60d1abd Merge r170090, r170092, r170129, r170141, r170161, r170215, r170275, r170375, r170376, r170382, r170383, r170399, r170436, r170489, r170490, r170556 from ftlopt. by fpizlo@apple.com · 11 years ago[Renamed (85%) from Source/JavaScriptCore/debugger/DebuggerActivation.h]
- 0d415ea Fixed indentation in JSC Debugger header files. by mark.lam@apple.com · 12 years ago
- dd40a7e https://bugs.webkit.org/show_bug.cgi?id=120128 Remove putDirectVirtual by barraclough@apple.com · 12 years ago
- 61ff98c https://bugs.webkit.org/show_bug.cgi?id=120139 by barraclough@apple.com · 12 years ago
- 174570f https://bugs.webkit.org/show_bug.cgi?id=120093 by barraclough@apple.com · 12 years ago
- 10ae2d0 Foo::s_info should be Foo::info(), so that you can change how the s_info is actually linked by fpizlo@apple.com · 12 years ago
- ab7b609 Some cleanup in JSValue::get https://bugs.webkit.org/show_bug.cgi?id=119343 by barraclough@apple.com · 12 years ago
- 9a9a4b5 Renamed JSGlobalData to VM https://bugs.webkit.org/show_bug.cgi?id=114777 by ggaren@apple.com · 12 years ago
- cff06e4 Replace JSC::UString by WTF::String by benjamin@webkit.org · 13 years ago
- 38d3c75 Introduce PropertyName class https://bugs.webkit.org/show_bug.cgi?id=86241 by barraclough@apple.com · 13 years ago
- 81aa89f Remove JSObject defineGetter/defineSetter lookupGetter/lookupSetter by barraclough@apple.com · 13 years ago
- f0dd2d9 JavaScriptCore: Mark all exported symbols in the header file automatically. by morrita@google.com · 13 years ago
- 18b6b0e ../JavaScriptCore: [Chromium] JSExportMacros.h should be visible. by barraclough@apple.com · 13 years ago
- 215589e Placement new does an unnecessary NULL check by ggaren@apple.com · 13 years ago
- c58d54d De-virtualize destructors https://bugs.webkit.org/show_bug.cgi?id=74331 by mhahnenberg@apple.com · 13 years ago
- 7f2f7e5 De-virtualize JSObject::getOwnPropertyDescriptor by mhahnenberg@apple.com · 13 years ago
- 1446802 De-virtualize JSObject::putWithAttributes by mhahnenberg@apple.com · 13 years ago
- b039de0 De-virtualize JSObject::className https://bugs.webkit.org/show_bug.cgi?id=71428 by mhahnenberg@apple.com · 13 years ago
- 5726238 De-virtualize JSObject::getOwnPropertyNames by mhahnenberg@apple.com · 13 years ago
- f16c8be Implement __lookupGetter__/__lookupSetter__ in terms of getPropertyDescriptor by weinig@apple.com · 13 years ago
- 84223e7 De-virtualize JSObject::defineSetter by mhahnenberg@apple.com · 13 years ago
- 74958c7 De-virtualize JSObject::defineGetter by mhahnenberg@apple.com · 13 years ago
- 5c103b0 Remove getOwnPropertySlotVirtual https://bugs.webkit.org/show_bug.cgi?id=70741 by mhahnenberg@apple.com · 13 years ago
- c0f87c1 Remove deletePropertyVirtual https://bugs.webkit.org/show_bug.cgi?id=70738 by mhahnenberg@apple.com · 13 years ago
- 3951278 Remove putVirtual https://bugs.webkit.org/show_bug.cgi?id=70740 by mhahnenberg@apple.com · 13 years ago
- f0418c85 Rename getOwnPropertySlot to getOwnPropertySlotVirtual by mhahnenberg@apple.com · 13 years ago
- e0c1d01 Rename virtual put to putVirtual https://bugs.webkit.org/show_bug.cgi?id=69851 by mhahnenberg@apple.com · 13 years ago
- d710a4a Rename virtual deleteProperty to deletePropertyVirtual by mhahnenberg@apple.com · 13 years ago
- 1986964 Add static version of JSCell::getOwnPropertySlot by mhahnenberg@apple.com · 13 years ago
- 914c3ee Add static version of JSCell::deleteProperty by mhahnenberg@apple.com · 13 years ago
- 5e2b712 Add static version of JSCell::put https://bugs.webkit.org/show_bug.cgi?id=69382 by mhahnenberg@apple.com · 13 years ago
- 8687da9 De-virtualize JSCell::visitChildrenVirtual and remove all other visitChildrenVirtual methods by mhahnenberg@apple.com · 14 years ago
- 982c9ea Add static version of JSCell::visitChildren by mhahnenberg@apple.com · 14 years ago
- 8c798d2 Remove support for anonymous storage from jsobjects by oliver@apple.com · 14 years ago
- 7317a7f Unzip initialization lists and constructors in JSCell hierarchy (5/7) by mhahnenberg@apple.com · 14 years ago
- f192b44 Unreviewed, rolling out r94627 and r94632. by ossy@webkit.org · 14 years ago
- 5ab2981 Unzip initialization lists and constructors in JSCell hierarchy (5/7) by commit-queue@webkit.org · 14 years ago
- ee1bdc8 An object's structure should reference the global object responsible for its creation by oliver@apple.com · 14 years ago
- 6e5671b Unzip initialization lists and constructors in JSCell hierarchy (4/7) by commit-queue@webkit.org · 14 years ago
- 1a0a363 Unzip initialization lists and constructors in JSCell hierarchy (3/7) by commit-queue@webkit.org · 14 years ago
- 6c25c52 Add ParentClass typedef in all JSC classes by commit-queue@webkit.org · 14 years ago
- ccbd2ba Remove operator new from JSCell https://bugs.webkit.org/show_bug.cgi?id=64999 by commit-queue@webkit.org · 14 years ago
- 433d02f 2011-04-21 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
- b2fa0dc 2011-04-15 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
- 2db06ce 2011-04-15 Philippe Normand <pnormand@igalia.com> by philn@webkit.org · 14 years ago
- bb8da91 2011-04-13 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
- 90cf7d5 2011-03-15 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
- a5540da Bug 54786 - Devirtualize JSCell::classInfo() by barraclough@apple.com · 14 years ago
- 77da108 Bug 54524 - Allow JSObject to fully utilize cell's capacity for inline storage. by barraclough@apple.com · 14 years ago
- 168e506 2011-01-31 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
- ad0e9df 2011-01-30 Csaba Osztrogonác <ossy@webkit.org> by ossy@webkit.org · 14 years ago
- ba805be Convert markstack to a slot visitor API by oliver@apple.com · 14 years ago
- 3857b1e 2011-01-28 Sheriff Bot <webkit.review.bot@gmail.com> by rniwa@webkit.org · 14 years ago
- c975423 2011-01-27 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
- 76da8fc Move JavaScriptCore to Source https://bugs.webkit.org/show_bug.cgi?id=51604 by abarth@webkit.org · 14 years ago[Renamed from JavaScriptCore/debugger/DebuggerActivation.h]
- aa2c55b 2010-01-28 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago
- c293f4c 2010-01-12 Kent Hansen <kent.hansen@nokia.com> by eric@webkit.org · 15 years ago
- 4bb3e41 2009-12-10 Kent Hansen <kent.hansen@nokia.com> by eric@webkit.org · 15 years ago
- e9eda78 structure typeinfo flags should be inherited. by oliver@apple.com · 15 years ago
- ac0ff4b Make typeinfo flags default to false by oliver@apple.com · 15 years ago