Home
last modified time | relevance | path

Searched refs:JSGlobalContextCreate (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
DJSContextRef.h81 JS_EXPORT JSGlobalContextRef JSGlobalContextCreate(JSClassRef globalObjectClass) AVAILABLE_WEBKIT_V…
DJSContextRef.cpp63 JSGlobalContextRef JSGlobalContextCreate(JSClassRef globalObjectClass) function
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DPreventEmptyUserAgent.cpp44 JSGlobalContextRef scriptContext = JSGlobalContextCreate(0); in didRunJavaScript()
/external/webkit/Tools/TestWebKitAPI/
DJavaScriptTest.cpp50 JSGlobalContextRef scriptContext = JSGlobalContextCreate(0); in javaScriptCallback()
/external/webkit/Source/WebKit2/win/
DWebKit2CFLite.def32 JSGlobalContextCreate
DWebKit2.def39 JSGlobalContextCreate
/external/webkit/Source/WebKit/win/WebKit.vcproj/
DWebKit_Cairo_debug.def42 JSGlobalContextCreate
DWebKit_Cairo.def42 JSGlobalContextCreate
/external/webkit/Source/JavaScriptCore/qt/api/
Dqscriptengine_p.cpp34 , m_context(JSGlobalContextCreate(0)) in QScriptEnginePrivate()
/external/webkit/Source/WebKit/mac/WebView/
DWebPDFRepresentation.mm137 JSGlobalContextRef ctx = JSGlobalContextCreate(0);
/external/webkit/Tools/DumpRenderTree/mac/
DObjCController.m50 JSGlobalContextRef ctx = JSGlobalContextCreate(0);
/external/webkit/Tools/DumpRenderTree/win/
DDumpRenderTree.cpp1113 JSGlobalContextRef ctx = JSGlobalContextCreate(0); in runJavaScriptThread()
/external/webkit/Source/JavaScriptCore/API/tests/
Dtestapi.c786 JSGlobalContextRef context = JSGlobalContextCreate(0); in checkForCycleInPrototypeChain()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-10608 This changes the behavior of JSGlobalContextCreate(), so that it now uses a private context
616 (JSGlobalContextCreate):
620 Added new methods. JSGlobalContextCreate() calls JSGlobalContextCreateInGroup() now.
1098 * API/JSContextRef.cpp: (JSGlobalContextCreate): Updated for the change in
1795 (JSGlobalContextCreate): Use a new syntax for JSGlobalObject allocation.
2746 (JSGlobalContextCreate):
5112 * API/JSContextRef.cpp: (JSGlobalContextCreate): When allocating JSGlobalObject, indicate
16414 (JSGlobalContextCreate):
25607 … <rdar://problem/5440659> JSGlobalContextCreate throws away globalObjectClass's prototype
25612 JSGlobalContextCreate to be instantiated with the correct prototype.
[all …]
DChangeLog-2009-06-1613652 (JSGlobalContextCreate):
16525 Don't use unique context group in JSGlobalContextCreate() on Tiger or Leopard, take two.
16771 Don't use unique context group in JSGlobalContextCreate() on Tiger or Leopard.
16773 * API/JSContextRef.cpp: (JSGlobalContextCreate):
17869 <rdar://problem/6166088> Give JSGlobalContextCreate a behavior that is concurrency aware,
17872 * API/JSContextRef.cpp: (JSGlobalContextCreate):
39151 Use the correct version number for when JSGlobalContextCreate was introduced.
39267 * API/JSContextRef.h: Deprecated JSGlobalContextCreate(). Added a very conservative
39271 (JSGlobalContextCreate): Use shared JSGlobalData.
DChangeLog-2007-10-14724 …<rdar://problem/4949002> JSGlobalContextCreate can cause crashes because it passes a NULL JSContex…
735 (JSGlobalContextCreate): Initialize the JSCallbackObject with the Interpreter's ExecState.
744 <rdar://problem/5438496> JSGlobalContextCreate crashes when passed a custom class
747 …(JSGlobalContextCreate): Specify jsNull() as the prototype and let Interpreter's constructor fix i…
5311 (JSGlobalContextCreate): Replaced FIXME for NULL JSContextRef with Radar number.
8513 (JSGlobalContextCreate):
/external/webkit/Source/JavaScriptGlue/
DChangeLog2542 … <rdar://problem/5440659> JSGlobalContextCreate throws away globalObjectClass's prototype
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1072601 … <rdar://problem/5440659> JSGlobalContextCreate throws away globalObjectClass's prototype