MCPcopy Create free account
hub / github.com/Snapchat/Valdi / toJS

Function toJS

third-party/jscore/include/JavaScriptCore/APICast.h:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50/* Opaque typing convenience methods */
51
52inline JSC::ExecState* toJS(JSContextRef c)
53{
54 ASSERT(c);
55 return reinterpret_cast<JSC::ExecState*>(const_cast<OpaqueJSContext*>(c));
56}
57
58inline JSC::ExecState* toJS(JSGlobalContextRef c)
59{

Callers 13

toJSGlobalObjectFunction · 0.85
callMethod · 0.85
constructMethod · 0.85
getOwnPropertySlotMethod · 0.85
defaultValueMethod · 0.85
putMethod · 0.85
putByIndexMethod · 0.85
deletePropertyMethod · 0.85
constructMethod · 0.85
customHasInstanceMethod · 0.85
callMethod · 0.85
getStaticValueMethod · 0.85

Calls 3

decodeFunction · 0.85
uncheckedToJSFunction · 0.85
valueMethod · 0.65

Tested by

no test coverage detected