1. 17ae490 Implement a GC verifier. by mark.lam@apple.com · 4 years, 1 month ago
  2. 93d6f4c Use unsigned type for `length` of JSFunction by shvaikalesh@gmail.com · 4 years, 7 months ago
  3. 02ea60d Classes marked final should not use protected access specifier by ross.kirsling@sony.com · 5 years ago
  4. 9ab823c [JSC] JSFunction's m_executable / m_rareData should be merged by ysuzuki@apple.com · 5 years ago
  5. c40b00f [JSC] Remove NativeStdFunctionCell by ysuzuki@apple.com · 5 years ago
  6. ac0c7d7 Use constexpr in more places and remove some unnecessary external linkage. by mark.lam@apple.com · 5 years ago
  7. 622e869 [JSC] Change signature of HostFunction to (JSGlobalObject*, CallFrame*) by ysuzuki@apple.com · 5 years ago
  8. 64b74db [JSC] Shrink size of VM by lazily allocating IsoSubspaces for non-common types by ysuzuki@apple.com · 6 years ago
  9. 942e934 [JSC] Use WTF::Function instead of std::function by yusukesuzuki@slowstart.org · 6 years ago
  10. 86feb2f [JSC] Optimize inherits<T> if T is final type by utatane.tea@gmail.com · 7 years ago
  11. 38fb499 Lock down JSFunction https://bugs.webkit.org/show_bug.cgi?id=182652 by fpizlo@apple.com · 7 years ago
  12. 22104f5 Unreviewed, rolling out r206522. by ryanhaddad@apple.com · 9 years ago
  13. c53123e Unreviewed, rolling out r206506. https://bugs.webkit.org/show_bug.cgi?id=162682 by commit-queue@webkit.org · 9 years ago
  14. 71ae5a4 Adopt #pragma once in JavaScriptCore by commit-queue@webkit.org · 9 years ago
  15. 4218f53 Move std::function from JSFunction into NativeStdFunctionCell to correctly destroy the heap allocated std::function by utatane.tea@gmail.com · 10 years ago