Searched refs:JSGlobalContextRetain (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSContextRef.h103 JS_EXPORT JSGlobalContextRef JSGlobalContextRetain(JSGlobalContextRef ctx);
H A DJSContextRef.cpp138 return JSGlobalContextRetain(toGlobalRef(globalObject->globalExec()));
147 return JSGlobalContextRetain(toGlobalRef(exec));
150 JSGlobalContextRef JSGlobalContextRetain(JSGlobalContextRef ctx) function
H A DJSRetainPtr.h38 inline void JSRetain(JSGlobalContextRef context) { JSGlobalContextRetain(context); }
H A DJSContext.mm195 m_context = JSGlobalContextRetain(context);
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A Dtestapi.c1153 JSGlobalContextRetain(context);

Completed in 182 milliseconds