OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jsglobalcontextcreateingroup
(Results
1 - 10
of
10
) sorted by null
/external/webkit/JavaScriptCore/API/
JSContextRef.cpp
75
return
JSGlobalContextCreateInGroup
(toRef(&JSGlobalData::sharedInstance()), globalObjectClass);
79
return
JSGlobalContextCreateInGroup
(0, globalObjectClass);
82
JSGlobalContextRef
JSGlobalContextCreateInGroup
(JSContextGroupRef group, JSClassRef globalObjectClass)
JSContextRef.h
86
@discussion
JSGlobalContextCreateInGroup
allocates a global object and populates it with
95
JS_EXPORT JSGlobalContextRef
JSGlobalContextCreateInGroup
(JSContextGroupRef group, JSClassRef globalObjectClass) AVAILABLE_IN_WEBKIT_VERSION_4_0;
/external/webkit/WebKit/win/WebKit.vcproj/
WebKit.def
42
JSGlobalContextCreateInGroup
WebKit_Cairo.def
43
JSGlobalContextCreateInGroup
WebKit_Cairo_debug.def
43
JSGlobalContextCreateInGroup
WebKit_debug.def
42
JSGlobalContextCreateInGroup
/external/webkit/JavaScriptCore/API/tests/
minidom.c
46
JSGlobalContextRef context =
JSGlobalContextCreateInGroup
(NULL, NULL);
testapi.c
772
context =
JSGlobalContextCreateInGroup
(NULL, NULL);
786
context =
JSGlobalContextCreateInGroup
(NULL, globalObjectClass);
[
all
...]
/external/webkit/JavaScriptCore/
ChangeLog-2008-08-10
358
(
JSGlobalContextCreateInGroup
):
617
(
JSGlobalContextCreateInGroup
):
620
Added new methods. JSGlobalContextCreate() calls
JSGlobalContextCreateInGroup
() now.
[
all
...]
ChangeLog
[
all
...]
Completed in 204 milliseconds