OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jsglobalcontextcreate
(Results
1 - 16
of
16
) sorted by null
/external/webkit/Source/WebKit/win/WebKit.vcproj/
WebKit_Cairo.def
42
JSGlobalContextCreate
WebKit_Cairo_debug.def
42
JSGlobalContextCreate
/external/webkit/Source/WebKit2/win/
WebKit2.def
39
JSGlobalContextCreate
WebKit2CFLite.def
32
JSGlobalContextCreate
/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/JavaScriptCore/API/
JSContextRef.cpp
63
JSGlobalContextRef
JSGlobalContextCreate
(JSClassRef globalObjectClass)
67
// When running on Tiger or Leopard, or if the application was linked before
JSGlobalContextCreate
was changed
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;
/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/Source/JavaScriptCore/API/tests/
testapi.c
786
JSGlobalContextRef context =
JSGlobalContextCreate
(0);
[
all
...]
/external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp
[
all
...]
/external/webkit/Source/JavaScriptCore/
ChangeLog-2008-08-10
608
This changes the behavior of
JSGlobalContextCreate
(), so that it now uses a private context
616
(
JSGlobalContextCreate
):
620
Added new methods.
JSGlobalContextCreate
() calls JSGlobalContextCreateInGroup() now.
[
all
...]
ChangeLog-2007-10-14
724
<rdar://problem/4949002>
JSGlobalContextCreate
can cause crashes because it passes a NULL JSContextRef to the globalObjectClass's initialize callback
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 it up to point at builtinObjectPrototype().
[
all
...]
/external/webkit/Source/JavaScriptGlue/
ChangeLog
[
all
...]
Completed in 872 milliseconds