MCPcopy 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
64inline JSC::JSGlobalObject* toJSGlobalObject(JSGlobalContextRef context)
65{
66 return toJS(context)->lexicalGlobalObject();
67}
68
69inline JSC::JSValue toJS(JSC::ExecState* exec, JSValueRef v)
70{

Callers

nothing calls this directly

Calls 1

toJSFunction · 0.85

Tested by

no test coverage detected