Home
last modified time | relevance | path

Searched refs:JSContextGroupRef (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
DJSContextRef.h51 JS_EXPORT JSContextGroupRef JSContextGroupCreate() AVAILABLE_IN_WEBKIT_VERSION_4_0;
59 JS_EXPORT JSContextGroupRef JSContextGroupRetain(JSContextGroupRef group) AVAILABLE_IN_WEBKIT_VERSI…
66 JS_EXPORT void JSContextGroupRelease(JSContextGroupRef group) AVAILABLE_IN_WEBKIT_VERSION_4_0;
95 JS_EXPORT JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globa…
126 JS_EXPORT JSContextGroupRef JSContextGetGroup(JSContextRef ctx) AVAILABLE_IN_WEBKIT_VERSION_4_0;
DJSContextRef.cpp46 JSContextGroupRef JSContextGroupCreate() in JSContextGroupCreate()
52 JSContextGroupRef JSContextGroupRetain(JSContextGroupRef group) in JSContextGroupRetain()
58 void JSContextGroupRelease(JSContextGroupRef group) in JSContextGroupRelease()
82 JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globalObjectCla…
164 JSContextGroupRef JSContextGetGroup(JSContextRef ctx)
DAPICast.h42 typedef const struct OpaqueJSContextGroup* JSContextGroupRef; typedef
103 inline JSC::JSGlobalData* toJS(JSContextGroupRef g) in toJS()
148 inline JSContextGroupRef toRef(JSC::JSGlobalData* g) in toRef()
150 return reinterpret_cast<JSContextGroupRef>(g); in toRef()
DJSBase.h36 typedef const struct OpaqueJSContextGroup* JSContextGroupRef; typedef
/external/webkit/Tools/DumpRenderTree/pthreads/
DJavaScriptThreadingPthreads.cpp40 static JSContextGroupRef javaScriptThreadsGroup;
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-10622 * API/APICast.h: (toJS): (toRef): Added converters for JSContextGroupRef.
626 * API/JSBase.h: Aded a typedef for JSContextGroupRef. Updated documentation for