Searched defs:toJSValue (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DHandleTypes.h39 static JSValue toJSValue(T* cell) { return reinterpret_cast<JSCell*>(cell); } function in struct:JSC::HandleTypes
46 static JSValue toJSValue(const JSValue& v) { return v; } function in struct:JSC::HandleTypes

Completed in 116 milliseconds