1. 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
  2. 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
  3. b4c709b Temporarily revert r276592 as it breaks some native apps by keith_miller@apple.com · 3 years, 11 months ago
  4. 6f2d1a5 [JSC] OrdinarySet should invoke custom [[Set]] methods by shvaikalesh@gmail.com · 4 years ago
  5. 147bb8d Remove className() and toStringName() from the method table by shvaikalesh@gmail.com · 4 years ago
  6. 17ae490 Implement a GC verifier. by mark.lam@apple.com · 4 years, 1 month ago
  7. 01f298a [JSC] Simplify get*PropertyNames() methods and EnumerationMode by shvaikalesh@gmail.com · 4 years, 3 months ago
  8. 468db87 Disambiguate the OverridesGetPropertyNames structure flag by mark.lam@apple.com · 4 years, 10 months ago
  9. 2abe6c6 [clang-tidy] Run modernize-use-nullptr over JSC by ross.kirsling@sony.com · 4 years, 11 months ago
  10. 7896197 Inline Cache delete by id/val https://bugs.webkit.org/show_bug.cgi?id=207522 by justin_michaud@apple.com · 5 years ago
  11. 71e050b [JSC] Put DebuggerScope in IsoSubspace by ysuzuki@apple.com · 5 years ago
  12. aa2eac0 [JSC] JSCallee should be in IsoSubspace by ysuzuki@apple.com · 5 years ago
  13. 52e98bb [JSC] Thread JSGlobalObject* instead of ExecState* by ysuzuki@apple.com · 5 years ago
  14. d27553f Use constexpr instead of const in symbol definitions that are obviously constexpr. by mark.lam@apple.com · 6 years ago
  15. c530e79 [JSC] Remove one indirection in JSObject::toStringName by yusukesuzuki@slowstart.org · 6 years ago
  16. dad6241 [JSC] Thread VM& to JSCell::methodTable(VM&) by utatane.tea@gmail.com · 7 years ago
  17. 86feb2f [JSC] Optimize inherits<T> if T is final type by utatane.tea@gmail.com · 7 years ago
  18. 22104f5 Unreviewed, rolling out r206522. by ryanhaddad@apple.com · 9 years ago
  19. c53123e Unreviewed, rolling out r206506. https://bugs.webkit.org/show_bug.cgi?id=162682 by commit-queue@webkit.org · 9 years ago
  20. 71ae5a4 Adopt #pragma once in JavaScriptCore by commit-queue@webkit.org · 9 years ago
  21. cd4bef4 Web Inspector: Wrong function name next to scope by commit-queue@webkit.org · 9 years ago
  22. 274f028 Unreviewed, rolling out r202659. https://bugs.webkit.org/show_bug.cgi?id=159305 by ryanhaddad@apple.com · 9 years ago
  23. c9e481d Web Inspector: Wrong function name next to scope by joepeck@webkit.org · 9 years ago
  24. cff2d0c Speed up JSGlobalObject initialization by making some properties lazy by fpizlo@apple.com · 9 years ago
  25. cac0822 Unreviewed, rolling out r200383 and r200406. by cdumez@apple.com · 9 years ago
  26. cda5fcb Speed up JSGlobalObject initialization by making some properties lazy by fpizlo@apple.com · 9 years ago
  27. 78b50c6 [ES6] Implement Reflect.set without receiver support by utatane.tea@gmail.com · 9 years ago
  28. 4c7c0ef Provide a way to distinguish a nested lexical block from a function's lexical block by joepeck@webkit.org · 9 years ago
  29. 060e751 Block scoped variables should be visible across scripts by saambarati1@gmail.com · 10 years ago
  30. 52f6859 Implement catch scope using lexical scoping constructs introduced with "let" scoping patch by saambarati1@gmail.com · 10 years ago
  31. 4b9e000 Don't segregate heap objects based on Structure immortality. by akling@apple.com · 10 years ago
  32. de4d1cf Web Inspector: Provide $exception in the console for the thrown exception value by joepeck@webkit.org · 10 years ago
  33. b1ed12b Fixed the Inspector to be able to properly distinguish between scope types. by mark.lam@apple.com · 10 years ago
  34. 268dda7 DebuggerCallFrame::scope() should return a DebuggerScope. by mark.lam@apple.com · 11 years ago
  35. 8fe56b8 REGRESSION: Inspector crashes when debugger is paused and injected scripts access window.screen(). by mark.lam@apple.com · 11 years ago
  36. a398a56 Merge r171389, r171495, r171508, r171510, r171605, r171606, r171611, r171614, r171763 from ftlopt. by fpizlo@apple.com · 11 years ago
  37. 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
  38. ce3b5af Remove the JSC::OverridesVisitChildren flag. <https://webkit.org/b/135489> by akling@apple.com · 11 years ago
  39. 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]
  40. 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]
  41. 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]
  42. 0d415ea Fixed indentation in JSC Debugger header files. by mark.lam@apple.com · 12 years ago
  43. dd40a7e https://bugs.webkit.org/show_bug.cgi?id=120128 Remove putDirectVirtual by barraclough@apple.com · 12 years ago
  44. 61ff98c https://bugs.webkit.org/show_bug.cgi?id=120139 by barraclough@apple.com · 12 years ago
  45. 174570f https://bugs.webkit.org/show_bug.cgi?id=120093 by barraclough@apple.com · 12 years ago
  46. 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
  47. ab7b609 Some cleanup in JSValue::get https://bugs.webkit.org/show_bug.cgi?id=119343 by barraclough@apple.com · 12 years ago
  48. 9a9a4b5 Renamed JSGlobalData to VM https://bugs.webkit.org/show_bug.cgi?id=114777 by ggaren@apple.com · 12 years ago
  49. cff06e4 Replace JSC::UString by WTF::String by benjamin@webkit.org · 13 years ago
  50. 38d3c75 Introduce PropertyName class https://bugs.webkit.org/show_bug.cgi?id=86241 by barraclough@apple.com · 13 years ago
  51. 81aa89f Remove JSObject defineGetter/defineSetter lookupGetter/lookupSetter by barraclough@apple.com · 13 years ago
  52. f0dd2d9 JavaScriptCore: Mark all exported symbols in the header file automatically. by morrita@google.com · 13 years ago
  53. 18b6b0e ../JavaScriptCore: [Chromium] JSExportMacros.h should be visible. by barraclough@apple.com · 13 years ago
  54. 215589e Placement new does an unnecessary NULL check by ggaren@apple.com · 13 years ago
  55. c58d54d De-virtualize destructors https://bugs.webkit.org/show_bug.cgi?id=74331 by mhahnenberg@apple.com · 13 years ago
  56. 7f2f7e5 De-virtualize JSObject::getOwnPropertyDescriptor by mhahnenberg@apple.com · 13 years ago
  57. 1446802 De-virtualize JSObject::putWithAttributes by mhahnenberg@apple.com · 13 years ago
  58. b039de0 De-virtualize JSObject::className https://bugs.webkit.org/show_bug.cgi?id=71428 by mhahnenberg@apple.com · 13 years ago
  59. 5726238 De-virtualize JSObject::getOwnPropertyNames by mhahnenberg@apple.com · 13 years ago
  60. f16c8be Implement __lookupGetter__/__lookupSetter__ in terms of getPropertyDescriptor by weinig@apple.com · 13 years ago
  61. 84223e7 De-virtualize JSObject::defineSetter by mhahnenberg@apple.com · 13 years ago
  62. 74958c7 De-virtualize JSObject::defineGetter by mhahnenberg@apple.com · 13 years ago
  63. 5c103b0 Remove getOwnPropertySlotVirtual https://bugs.webkit.org/show_bug.cgi?id=70741 by mhahnenberg@apple.com · 13 years ago
  64. c0f87c1 Remove deletePropertyVirtual https://bugs.webkit.org/show_bug.cgi?id=70738 by mhahnenberg@apple.com · 13 years ago
  65. 3951278 Remove putVirtual https://bugs.webkit.org/show_bug.cgi?id=70740 by mhahnenberg@apple.com · 13 years ago
  66. f0418c85 Rename getOwnPropertySlot to getOwnPropertySlotVirtual by mhahnenberg@apple.com · 13 years ago
  67. e0c1d01 Rename virtual put to putVirtual https://bugs.webkit.org/show_bug.cgi?id=69851 by mhahnenberg@apple.com · 13 years ago
  68. d710a4a Rename virtual deleteProperty to deletePropertyVirtual by mhahnenberg@apple.com · 13 years ago
  69. 1986964 Add static version of JSCell::getOwnPropertySlot by mhahnenberg@apple.com · 13 years ago
  70. 914c3ee Add static version of JSCell::deleteProperty by mhahnenberg@apple.com · 13 years ago
  71. 5e2b712 Add static version of JSCell::put https://bugs.webkit.org/show_bug.cgi?id=69382 by mhahnenberg@apple.com · 13 years ago
  72. 8687da9 De-virtualize JSCell::visitChildrenVirtual and remove all other visitChildrenVirtual methods by mhahnenberg@apple.com · 14 years ago
  73. 982c9ea Add static version of JSCell::visitChildren by mhahnenberg@apple.com · 14 years ago
  74. 8c798d2 Remove support for anonymous storage from jsobjects by oliver@apple.com · 14 years ago
  75. 7317a7f Unzip initialization lists and constructors in JSCell hierarchy (5/7) by mhahnenberg@apple.com · 14 years ago
  76. f192b44 Unreviewed, rolling out r94627 and r94632. by ossy@webkit.org · 14 years ago
  77. 5ab2981 Unzip initialization lists and constructors in JSCell hierarchy (5/7) by commit-queue@webkit.org · 14 years ago
  78. ee1bdc8 An object's structure should reference the global object responsible for its creation by oliver@apple.com · 14 years ago
  79. 6e5671b Unzip initialization lists and constructors in JSCell hierarchy (4/7) by commit-queue@webkit.org · 14 years ago
  80. 1a0a363 Unzip initialization lists and constructors in JSCell hierarchy (3/7) by commit-queue@webkit.org · 14 years ago
  81. 6c25c52 Add ParentClass typedef in all JSC classes by commit-queue@webkit.org · 14 years ago
  82. ccbd2ba Remove operator new from JSCell https://bugs.webkit.org/show_bug.cgi?id=64999 by commit-queue@webkit.org · 14 years ago
  83. 433d02f 2011-04-21 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  84. b2fa0dc 2011-04-15 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  85. 2db06ce 2011-04-15 Philippe Normand <pnormand@igalia.com> by philn@webkit.org · 14 years ago
  86. bb8da91 2011-04-13 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  87. 90cf7d5 2011-03-15 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  88. a5540da Bug 54786 - Devirtualize JSCell::classInfo() by barraclough@apple.com · 14 years ago
  89. 77da108 Bug 54524 - Allow JSObject to fully utilize cell's capacity for inline storage. by barraclough@apple.com · 14 years ago
  90. 168e506 2011-01-31 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  91. ad0e9df 2011-01-30 Csaba Osztrogonác <ossy@webkit.org> by ossy@webkit.org · 14 years ago
  92. ba805be Convert markstack to a slot visitor API by oliver@apple.com · 14 years ago
  93. 3857b1e 2011-01-28 Sheriff Bot <webkit.review.bot@gmail.com> by rniwa@webkit.org · 14 years ago
  94. c975423 2011-01-27 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  95. 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]
  96. aa2c55b 2010-01-28 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago
  97. c293f4c 2010-01-12 Kent Hansen <kent.hansen@nokia.com> by eric@webkit.org · 15 years ago
  98. 4bb3e41 2009-12-10 Kent Hansen <kent.hansen@nokia.com> by eric@webkit.org · 15 years ago
  99. e9eda78 structure typeinfo flags should be inherited. by oliver@apple.com · 15 years ago
  100. ac0ff4b Make typeinfo flags default to false by oliver@apple.com · 15 years ago