Searched refs:jsAPIValueWrapper (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSAPIValueWrapper.h34 friend JSValue jsAPIValueWrapper(ExecState*, JSValue);
72 inline JSValue jsAPIValueWrapper(ExecState* exec, JSValue value) function in namespace:JSC
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DAPICast.h132 return reinterpret_cast<JSValueRef>(JSC::jsAPIValueWrapper(exec, v).asCell());

Completed in 168 milliseconds