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

  /external/webkit/Source/JavaScriptCore/API/
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;
JSContextRef.cpp 75 return JSGlobalContextCreateInGroup(toRef(&JSGlobalData::sharedInstance()), globalObjectClass);
79 return JSGlobalContextCreateInGroup(0, globalObjectClass);
82 JSGlobalContextRef JSGlobalContextCreateInGroup(JSContextGroupRef group, JSClassRef globalObjectClass)
  /external/webkit/Tools/DumpRenderTree/pthreads/
JavaScriptThreadingPthreads.cpp 67 JSGlobalContextRef ctx = JSGlobalContextCreateInGroup(javaScriptThreadsGroup, 0);
  /external/webkit/Source/JavaScriptCore/API/tests/
minidom.c 46 JSGlobalContextRef context = JSGlobalContextCreateInGroup(NULL, NULL);
testapi.c 839 context = JSGlobalContextCreateInGroup(NULL, NULL);
853 context = JSGlobalContextCreateInGroup(NULL, globalObjectClass);
    [all...]

Completed in 96 milliseconds