Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/API/
DJSValueRef.cpp323 JSValue jsValue = toJSForGC(exec, value); in JSValueProtect()
332 JSValue jsValue = toJSForGC(exec, value); in JSValueUnprotect()
DAPICast.h79 inline JSC::JSValue toJSForGC(JSC::ExecState* exec, JSValueRef v) in toJSForGC() function
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2414607 (toJSForGC):
14735 Make JSValueProtect/Unprotect use a new 'toJS' function, 'toJSForGC' that
14739 (toJSForGC):