Home
last modified time | relevance | path

Searched refs:toJSForGC (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/API/
DJSValueRef.cpp296 JSValue jsValue = toJSForGC(exec, value); in JSValueProtect()
305 JSValue jsValue = toJSForGC(exec, value); in JSValueUnprotect()
DAPICast.h80 inline JSC::JSValue toJSForGC(JSC::ExecState* exec, JSValueRef v) in toJSForGC() function
/external/webkit/JavaScriptCore/
DChangeLog6299 (toJSForGC):
6427 Make JSValueProtect/Unprotect use a new 'toJS' function, 'toJSForGC' that
6431 (toJSForGC):