HomeSort by relevance Sort by last modified time
    Searched refs:JSGlobalContextRetain (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/API/
JSContextRef.h 103 JS_EXPORT JSGlobalContextRef JSGlobalContextRetain(JSGlobalContextRef ctx);
JSContextRef.cpp 97 return JSGlobalContextRetain(toGlobalRef(globalObject->globalExec()));
106 return JSGlobalContextRetain(toGlobalRef(exec));
109 JSGlobalContextRef JSGlobalContextRetain(JSGlobalContextRef ctx)
129 // One reference is held by JSGlobalObject, another added by JSGlobalContextRetain().
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptoriginalglobalobject_p.h 74 : m_context(JSGlobalContextRetain(context))
  /external/webkit/Source/JavaScriptCore/API/tests/
testapi.c 855 JSGlobalContextRetain(context);
    [all...]

Completed in 199 milliseconds