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

  /external/webkit/JavaScriptCore/API/
JSContextRef.cpp 97 return JSGlobalContextRetain(toGlobalRef(globalObject->globalExec()));
106 return JSGlobalContextRetain(toGlobalRef(exec));
109 JSGlobalContextRef JSGlobalContextRetain(JSGlobalContextRef ctx)
128 if (globalData.refCount() == 2) { // One reference is held by JSGlobalObject, another added by JSGlobalContextRetain().
JSContextRef.h 103 JS_EXPORT JSGlobalContextRef JSGlobalContextRetain(JSGlobalContextRef ctx);
  /external/webkit/JavaScriptCore/API/tests/
testapi.c 788 JSGlobalContextRetain(context);
    [all...]

Completed in 50 milliseconds