Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ toJSGlobalObject
Function
toJSGlobalObject
third-party/jscore/include/JavaScriptCore/APICast.h:64–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
inline JSC::JSGlobalObject* toJSGlobalObject(JSGlobalContextRef context)
65
{
66
return toJS(context)->lexicalGlobalObject();
67
}
68
69
inline JSC::JSValue toJS(JSC::ExecState* exec, JSValueRef v)
70
{
Callers
nothing calls this directly
Calls
1
toJS
Function · 0.85
Tested by
no test coverage detected