OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSContextGroupRef
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/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)
164
JSContextGroupRef
JSContextGetGroup(JSContextRef ctx)
APICast.h
42
typedef const struct OpaqueJSContextGroup*
JSContextGroupRef
;
103
inline JSC::JSGlobalData* toJS(
JSContextGroupRef
g)
148
inline
JSContextGroupRef
toRef(JSC::JSGlobalData* g)
150
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
;
/external/webkit/Tools/DumpRenderTree/pthreads/
JavaScriptThreadingPthreads.cpp
40
static
JSContextGroupRef
javaScriptThreadsGroup;
Completed in 30 milliseconds