Home
last modified time | relevance | path

Searched refs:JSGlobalContextCreateInGroup (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
DJSContextRef.cpp75 … return JSGlobalContextCreateInGroup(toRef(&JSGlobalData::sharedInstance()), globalObjectClass);
79 return JSGlobalContextCreateInGroup(0, globalObjectClass);
82 JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globalObjectCla… function
DJSContextRef.h95 JS_EXPORT JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globa…
/external/webkit/Tools/DumpRenderTree/pthreads/
DJavaScriptThreadingPthreads.cpp67 JSGlobalContextRef ctx = JSGlobalContextCreateInGroup(javaScriptThreadsGroup, 0); in runJavaScriptThread()
/external/webkit/Source/JavaScriptCore/API/tests/
Dminidom.c46 JSGlobalContextRef context = JSGlobalContextCreateInGroup(NULL, NULL); in main()
Dtestapi.c839 context = JSGlobalContextCreateInGroup(NULL, NULL); in main()
853 context = JSGlobalContextCreateInGroup(NULL, globalObjectClass); in main()
1415 … JSGlobalContextRef prototypeLoopContext = JSGlobalContextCreateInGroup(NULL, prototypeLoopClass); in main()
/external/webkit/Source/WebKit2/win/
DWebKit2CFLite.def33 JSGlobalContextCreateInGroup
DWebKit2.def40 JSGlobalContextCreateInGroup
/external/webkit/Source/WebKit/win/WebKit.vcproj/
DWebKit_Cairo_debug.def43 JSGlobalContextCreateInGroup
DWebKit_Cairo.def43 JSGlobalContextCreateInGroup
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1620289 … * API/JSContextRef.cpp: (JSGlobalContextCreateInGroup): Call makeUsableFromMultipleThreads().
27296 (JSGlobalContextCreateInGroup):
39272 (JSGlobalContextCreateInGroup): Support passing NULL group to request a unique one.
39279 Switched to JSGlobalContextCreateInGroup() to avoid deprecation warnings.
39281 * JavaScriptCore.exp: Re-added JSLock methods. Added JSGlobalContextCreateInGroup (d'oh!).
DChangeLog-2008-08-10358 (JSGlobalContextCreateInGroup):
617 (JSGlobalContextCreateInGroup):
620 Added new methods. JSGlobalContextCreate() calls JSGlobalContextCreateInGroup() now.
DChangeLog-2010-05-2411527 - fix shim instanciation bug in JSGlobalContextCreateInGroup.