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

  /external/webkit/JavaScriptCore/API/
JSContextRef.h 51 JS_EXPORT JSContextGroupRef JSContextGroupCreate() AVAILABLE_IN_WEBKIT_VERSION_4_0;
59 JS_EXPORT JSContextGroupRef JSContextGroupRetain(JSContextGroupRef group) AVAILABLE_IN_WEBKIT_VERSION_4_0;
66 JS_EXPORT void JSContextGroupRelease(JSContextGroupRef group) AVAILABLE_IN_WEBKIT_VERSION_4_0;
95 JS_EXPORT JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globalObjectClass) AVAILABLE_IN_WEBKIT_VERSION_4_0;
126 JS_EXPORT JSContextGroupRef JSContextGetGroup(JSContextRef ctx) AVAILABLE_IN_WEBKIT_VERSION_4_0;
JSContextRef.cpp 46 JSContextGroupRef JSContextGroupCreate()
52 JSContextGroupRef JSContextGroupRetain(JSContextGroupRef group)
58 void JSContextGroupRelease(JSContextGroupRef group)
82 JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globalObjectClass)
146 JSContextGroupRef JSContextGetGroup(JSContextRef ctx)
APICast.h 43 typedef const struct OpaqueJSContextGroup* JSContextGroupRef;
104 inline JSC::JSGlobalData* toJS(JSContextGroupRef g)
149 inline JSContextGroupRef toRef(JSC::JSGlobalData* g)
151 return reinterpret_cast<JSContextGroupRef>(g);
JSBase.h 35 /*! @typedef JSContextGroupRef A group that associates JavaScript contexts with one another. Contexts in the same group may share and exchange JavaScript objects. */
36 typedef const struct OpaqueJSContextGroup* JSContextGroupRef;

Completed in 14 milliseconds