Searched defs:scriptObject (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginViewBase.h51 virtual JSC::JSObject* scriptObject(JSC::JSGlobalObject*) { return 0; } function in class:WebCore::PluginViewBase
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSPluginElementFunctions.cpp106 JSObject* scriptObject = pluginScriptObject(exec, element); local
115 JSObject* scriptObject = pluginScriptObject(exec, element); local
127 JSObject* scriptObject local
143 JSObject* scriptObject = pluginScriptObject(exec, element); local
157 JSObject* scriptObject = pluginScriptObject(exec, element); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorCanvasAgent.cpp240 InjectedScriptCanvasModule InspectorCanvasAgent::injectedScriptCanvasModule(ErrorString* errorString, const ScriptObject& scriptObject) argument
H A DInspectorDebuggerAgent.cpp355 static PassRefPtr<InspectorObject> scriptToInspectorObject(ScriptObject scriptObject) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/
H A DPluginView.cpp639 JSObject* PluginView::scriptObject(JSGlobalObject* globalObject) function in class:WebKit::PluginView
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A Dtestapi.c1710 JSScriptRef scriptObject = JSScriptCreateReferencingImmortalASCIIText(contextGroup, 0, 0, thisScript, strlen(thisScript), 0, 0); local
1740 JSScriptRef scriptObject = JSScriptCreateFromString(contextGroup, url, 1, script, &errorMessage, &errorLine); local
[all...]

Completed in 272 milliseconds