1. d95dcf2 Source/JavaScriptCore: by utatane.tea@gmail.com · 9 years ago
  2. 6c38958 [ES6] Instantiate Module Environment bindings and execute module by utatane.tea@gmail.com · 10 years ago
  3. 060e751 Block scoped variables should be visible across scripts by saambarati1@gmail.com · 10 years ago
  4. 144f17c [ES6] implement block scoping to enable 'let' by saambarati1@gmail.com · 10 years ago
  5. 4b9e000 Don't segregate heap objects based on Structure immortality. by akling@apple.com · 10 years ago
  6. da834ae Heap variables shouldn't end up in the stack frame by fpizlo@apple.com · 10 years ago
  7. 4673737 Get rid of JSLexicalEnvironment::argumentsGetter by fpizlo@apple.com · 10 years ago
  8. 79335d0 Remove unused activationCount and allTheThingsCount variable declarations. by fpizlo@apple.com · 10 years ago
  9. cc305da REGRESSION: Use of undefined CallFrame::ScopeChain value by msaboff@apple.com · 10 years ago
  10. f129dfb Do all closed variable access through the local lexical object by oliver@apple.com · 10 years ago
  11. a7dfb4d Rename activation to be more in line with spec language by oliver@apple.com · 10 years ago[Renamed (75%) from Source/JavaScriptCore/runtime/JSActivation.h]
  12. ab28a20 Rename JSVariableObject to JSEnvironmentRecord to align naming with ES spec by oliver@apple.com · 10 years ago
  13. 268dda7 DebuggerCallFrame::scope() should return a DebuggerScope. by mark.lam@apple.com · 11 years ago
  14. ce3b5af Remove the JSC::OverridesVisitChildren flag. <https://webkit.org/b/135489> by akling@apple.com · 11 years ago
  15. 9204733 .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers by mjs@apple.com · 11 years ago
  16. 6b46624 Change custom getter signature to make the base reference an object pointer by oliver@apple.com · 11 years ago
  17. 964ba83 Debugger created JSActivations should account for CodeBlock::framePointerOffsetToGetActivationRegisters(). by mark.lam@apple.com · 11 years ago
  18. ae0687b Refactor static getter function prototype to include thisValue in addition to the base object by oliver@apple.com · 11 years ago
  19. 82a8937 Unreviewed, rolling out r160133. by commit-queue@webkit.org · 11 years ago
  20. 965cdde Refactor static getter function prototype to include thisValue in addition to the base object by oliver@apple.com · 11 years ago
  21. a4ea066 Instead of watchpointing activation allocation, we should watchpoint entry into functions that have captured variables by fpizlo@apple.com · 11 years ago
  22. 1a72409 Infer one-time scopes https://bugs.webkit.org/show_bug.cgi?id=124812 by fpizlo@apple.com · 11 years ago
  23. db1716a JSActivation constructor should use NotNull placement new. by akling@apple.com · 11 years ago
  24. 022f368 Create a new SymbolTable every time code is loaded so that the watchpoints don't get reused by fpizlo@apple.com · 11 years ago
  25. bbddb5b Combine SymbolTable and SharedSymbolTable by fpizlo@apple.com · 11 years ago
  26. 9274172 Fix indentation of JSActivation.h. by fpizlo@apple.com · 11 years ago
  27. a62d482 Compress DFG stack layout https://bugs.webkit.org/show_bug.cgi?id=122024 by fpizlo@apple.com · 11 years ago
  28. b70e41b fourthTier: Change JSStack to grow from high to low addresses by msaboff@apple.com · 11 years ago
  29. 2de4c13 Source/JavaScriptCore: Web Inspector shouldn't artificially allocate the arguments object in functions that don't use it by ggaren@apple.com · 11 years ago
  30. dd40a7e https://bugs.webkit.org/show_bug.cgi?id=120128 Remove putDirectVirtual by barraclough@apple.com · 12 years ago
  31. 174570f https://bugs.webkit.org/show_bug.cgi?id=120093 by barraclough@apple.com · 12 years ago
  32. 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
  33. ab7b609 Some cleanup in JSValue::get https://bugs.webkit.org/show_bug.cgi?id=119343 by barraclough@apple.com · 12 years ago
  34. 58c8675 fourthTier: Re-worked non-local variable resolution by oliver@apple.com · 12 years ago
  35. e2fe4ce fourthTier: Rationalized 'this' conversion, includes subsequent FTL branch fixes by oliver@apple.com · 12 years ago
  36. 9a9a4b5 Renamed JSGlobalData to VM https://bugs.webkit.org/show_bug.cgi?id=114777 by ggaren@apple.com · 12 years ago
  37. 94ea812 [BlackBerry][ARM] Fix cast-align warnings in JavaScriptCore by commit-queue@webkit.org · 12 years ago
  38. a4fe7ab Renamed ...InlineMethods.h files to ...Inlines.h. by mark.lam@apple.com · 12 years ago
  39. f0c01b8 Reduce parser overhead in JSC https://bugs.webkit.org/show_bug.cgi?id=101127 by oliver@apple.com · 12 years ago
  40. cd57a71 Inlined activation tear-off in the DFG by ggaren@apple.com · 12 years ago
  41. be8ad1f Optimized closures that capture arguments by ggaren@apple.com · 12 years ago
  42. af710d8 Refactored the arguments object so it doesn't dictate closure layout by ggaren@apple.com · 12 years ago
  43. d8dd053 JSC should have property butterflies by fpizlo@apple.com · 12 years ago
  44. 06a8bb6 JSActivation should inline allocate its registers, and eliminate by ggaren@apple.com · 12 years ago
  45. 15418b2 2012-09-01 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 13 years ago
  46. 570cd74 Rolled back in a piece of <http://trac.webkit.org/changeset/127293>. by ggaren@apple.com · 13 years ago
  47. 4bea400 2012-09-01 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 13 years ago
  48. a62184d Rolled back in a piece of <http://trac.webkit.org/changeset/127293>. by ggaren@apple.com · 13 years ago
  49. 1929b29 Not reviewed. by ggaren@apple.com · 13 years ago
  50. 0b44fca Shrink activation objects by half https://bugs.webkit.org/show_bug.cgi?id=95591 by ggaren@apple.com · 13 years ago
  51. ce2b667 Refactored and consolidated variable resolution functions by ggaren@apple.com · 13 years ago
  52. c7f33a3 Don't allocate space for arguments and call frame if arguments aren't captured by ggaren@apple.com · 13 years ago
  53. 91f4000 Removed a JSC-specific hack from the web inspector by ggaren@apple.com · 13 years ago
  54. 14b7bf9 2012-08-25 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 13 years ago
  55. 47e224a Don't use malloc / destructors for activation objects by ggaren@apple.com · 13 years ago
  56. 38d3c75 Introduce PropertyName class https://bugs.webkit.org/show_bug.cgi?id=86241 by barraclough@apple.com · 13 years ago
  57. 8f508ae Closure in try {} with catch captures all locals from the enclosing function by msaboff@apple.com · 13 years ago
  58. 0c59caf Replace static_cast with jsCast when casting JSCell subclasses in JSC by oliver@apple.com · 13 years ago
  59. d6cbe00 Activation tear-off neglects to copy the callee and scope chain, leading to crashes if we by fpizlo@apple.com · 13 years ago
  60. 95626a2 The JS Parser scope object needs a VectorTrait specialization by oliver@apple.com · 13 years ago
  61. 18b6b0e ../JavaScriptCore: [Chromium] JSExportMacros.h should be visible. by barraclough@apple.com · 13 years ago
  62. 38bb997 https://bugs.webkit.org/show_bug.cgi?id=75231 by barraclough@apple.com · 13 years ago
  63. 215589e Placement new does an unnecessary NULL check by ggaren@apple.com · 13 years ago
  64. 0af1468 v8 benchmark takes 12-13 million function call slow paths due to extra arguments by ggaren@apple.com · 13 years ago
  65. 0e10653 Forgot to completely de-virtualize isDynamicScope by mhahnenberg@apple.com · 13 years ago
  66. 0d8fe95 Add finalizer to JSActivation https://bugs.webkit.org/show_bug.cgi?id=72575 by mhahnenberg@apple.com · 13 years ago
  67. 64dd95f A little bit of arguments / activation cleanup by ggaren@apple.com · 13 years ago
  68. c3cab9f De-virtualize JSVariableObject::isDynamicScope by mhahnenberg@apple.com · 13 years ago
  69. 1446802 De-virtualize JSObject::putWithAttributes by mhahnenberg@apple.com · 13 years ago
  70. 5726238 De-virtualize JSObject::getOwnPropertyNames by mhahnenberg@apple.com · 13 years ago
  71. ebc08a8 De-virtualize isGlobalObject, isVariableObject, isActivationObject, and isErrorInstance in JSObject by mhahnenberg@apple.com · 13 years ago
  72. c93887c De-virtualize JSCell::toThisObject https://bugs.webkit.org/show_bug.cgi?id=70958 by mhahnenberg@apple.com · 13 years ago
  73. 5c103b0 Remove getOwnPropertySlotVirtual https://bugs.webkit.org/show_bug.cgi?id=70741 by mhahnenberg@apple.com · 13 years ago
  74. c0f87c1 Remove deletePropertyVirtual https://bugs.webkit.org/show_bug.cgi?id=70738 by mhahnenberg@apple.com · 13 years ago
  75. 3951278 Remove putVirtual https://bugs.webkit.org/show_bug.cgi?id=70740 by mhahnenberg@apple.com · 13 years ago
  76. f0418c85 Rename getOwnPropertySlot to getOwnPropertySlotVirtual by mhahnenberg@apple.com · 13 years ago
  77. e0c1d01 Rename virtual put to putVirtual https://bugs.webkit.org/show_bug.cgi?id=69851 by mhahnenberg@apple.com · 13 years ago
  78. d710a4a Rename virtual deleteProperty to deletePropertyVirtual by mhahnenberg@apple.com · 13 years ago
  79. 1986964 Add static version of JSCell::getOwnPropertySlot by mhahnenberg@apple.com · 13 years ago
  80. 914c3ee Add static version of JSCell::deleteProperty by mhahnenberg@apple.com · 13 years ago
  81. 5e2b712 Add static version of JSCell::put https://bugs.webkit.org/show_bug.cgi?id=69382 by mhahnenberg@apple.com · 13 years ago
  82. 4d5e46b Remove toStrictThisObject, toThisString, toThisJSString by barraclough@apple.com · 13 years ago
  83. 8687da9 De-virtualize JSCell::visitChildrenVirtual and remove all other visitChildrenVirtual methods by mhahnenberg@apple.com · 13 years ago
  84. 982c9ea Add static version of JSCell::visitChildren by mhahnenberg@apple.com · 13 years ago
  85. 8c798d2 Remove support for anonymous storage from jsobjects by oliver@apple.com · 13 years ago
  86. 7317a7f Unzip initialization lists and constructors in JSCell hierarchy (5/7) by mhahnenberg@apple.com · 13 years ago
  87. f192b44 Unreviewed, rolling out r94627 and r94632. by ossy@webkit.org · 13 years ago
  88. 5ab2981 Unzip initialization lists and constructors in JSCell hierarchy (5/7) by commit-queue@webkit.org · 13 years ago
  89. ee1bdc8 An object's structure should reference the global object responsible for its creation by oliver@apple.com · 13 years ago
  90. 6e5671b Unzip initialization lists and constructors in JSCell hierarchy (4/7) by commit-queue@webkit.org · 14 years ago
  91. 6c25c52 Add ParentClass typedef in all JSC classes by commit-queue@webkit.org · 14 years ago
  92. fcacd3c 2011-07-18 Mark Hahnenberg <mhahnenberg@apple.com> by oliver@apple.com · 14 years ago
  93. 19afece https://bugs.webkit.org/show_bug.cgi?id=64250 by barraclough@apple.com · 14 years ago
  94. 433d02f 2011-04-21 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  95. b2fa0dc 2011-04-15 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  96. 2db06ce 2011-04-15 Philippe Normand <pnormand@igalia.com> by philn@webkit.org · 14 years ago
  97. bb8da91 2011-04-13 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  98. d40eca4 2011-03-24 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 14 years ago
  99. 90cf7d5 2011-03-15 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  100. 9d4f0ec 2011-03-11 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago