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