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

  /external/webkit/Source/JavaScriptCore/API/
JSContextRef.h 71 @discussion JSGlobalContextCreate allocates a global object and populates it with all the
81 JS_EXPORT JSGlobalContextRef JSGlobalContextCreate(JSClassRef globalObjectClass) AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
JSContextRef.cpp 63 JSGlobalContextRef JSGlobalContextCreate(JSClassRef globalObjectClass)
67 // When running on Tiger or Leopard, or if the application was linked before JSGlobalContextCreate was changed
  /external/webkit/Tools/TestWebKitAPI/
JavaScriptTest.cpp 50 JSGlobalContextRef scriptContext = JSGlobalContextCreate(0);
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
PreventEmptyUserAgent.cpp 44 JSGlobalContextRef scriptContext = JSGlobalContextCreate(0);
  /external/webkit/Source/WebKit/mac/WebView/
WebPDFRepresentation.mm 137 JSGlobalContextRef ctx = JSGlobalContextCreate(0);
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptengine_p.cpp 34 , m_context(JSGlobalContextCreate(0))
  /external/webkit/Tools/DumpRenderTree/mac/
ObjCController.m 50 JSGlobalContextRef ctx = JSGlobalContextCreate(0);
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/API/tests/
testapi.c 786 JSGlobalContextRef context = JSGlobalContextCreate(0);
    [all...]

Completed in 404 milliseconds