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

Function uncheckedToJS

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

Used in JSObjectGetPrivate as that may be called during finalization

Source from the content-addressed store, hash-verified

106
107// Used in JSObjectGetPrivate as that may be called during finalization
108inline JSC::JSObject* uncheckedToJS(JSObjectRef o)
109{
110 return reinterpret_cast<JSC::JSObject*>(o);
111}
112
113inline JSC::JSObject* toJS(JSObjectRef o)
114{

Callers 1

toJSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected