script 2 LayoutTests/jquery/resources/test/data/test.php <script type="text/javascript">/* <![CDATA[ */ script 1250 Source/bindings/templates/interface.cpp frame->script().windowShell(world)->updateDocumentWrapper(wrapper); script 1276 Source/bindings/templates/interface.cpp if (frame->script().initializeMainWorld()) { script 110 Source/bindings/tests/results/V8TestInterfaceDocument.cpp frame->script().windowShell(world)->updateDocumentWrapper(wrapper); script 127 Source/bindings/tests/results/V8TestInterfaceDocument.cpp if (frame->script().initializeMainWorld()) { script 59 Source/bindings/v8/ActiveDOMCallback.cpp WorkerScriptController* scriptController = toWorkerGlobalScope(context)->script(); script 259 Source/bindings/v8/NPV8Object.cpp v8::Local<v8::Value> resultObject = frame->script().callFunction(function, v8Object, argumentCount, argv.get()); script 309 Source/bindings/v8/NPV8Object.cpp resultObject = frame->script().callFunction(function, functionObject, argumentCount, argv.get()); script 354 Source/bindings/v8/NPV8Object.cpp String script = String::fromUTF8(npScript->UTF8Characters, npScript->UTF8Length); script 357 Source/bindings/v8/NPV8Object.cpp v8::Local<v8::Value> v8result = frame->script().executeScriptAndReturnValue(context, ScriptSourceCode(script, KURL(ParsedURLString, filename))); script 417 Source/bindings/v8/NPV8Object.cpp obj->Set(npIdentifierToV8Identifier(propertyName, context->GetIsolate()), convertNPVariantToV8Object(value, object->rootObject->frame()->script().windowScriptNPObject(), context->GetIsolate())); script 100 Source/bindings/v8/PageScriptDebugServer.cpp ScriptController& scriptController = page->mainFrame()->script(); script 236 Source/bindings/v8/PageScriptDebugServer.cpp String script = toCoreStringWithUndefinedOrNullCheck(callDebuggerMethod("getScriptSource", WTF_ARRAY_LENGTH(argvEventData), argvEventData)); script 238 Source/bindings/v8/PageScriptDebugServer.cpp String preprocessedSource = m_scriptPreprocessor->preprocessSourceCode(script, scriptName); script 78 Source/bindings/v8/ScheduledAction.cpp if (!frame->script().canExecuteScripts(AboutToExecuteScript)) script 100 Source/bindings/v8/ScheduledAction.cpp frame->script().callFunction(m_function.newLocal(m_isolate), context->Global(), info.size(), info.data()); script 102 Source/bindings/v8/ScheduledAction.cpp frame->script().executeScriptAndReturnValue(context, ScriptSourceCode(m_code)); script 120 Source/bindings/v8/ScheduledAction.cpp worker->script()->evaluate(m_code); script 192 Source/bindings/v8/ScriptController.cpp v8::Handle<v8::Script> script = V8ScriptRunner::compileScript(source, m_isolate, corsStatus); script 196 Source/bindings/v8/ScriptController.cpp result = V8ScriptRunner::runCompiledScript(script, m_frame->document(), m_isolate); script 560 Source/bindings/v8/ScriptController.cpp void ScriptController::executeScriptInMainWorld(const String& script, ExecuteScriptPolicy policy) script 562 Source/bindings/v8/ScriptController.cpp evaluateScriptInMainWorld(ScriptSourceCode(script), NotSharableCrossOrigin, policy); script 508 Source/bindings/v8/ScriptDebugServer.cpp ScriptDebugListener::Script script; script 509 Source/bindings/v8/ScriptDebugServer.cpp script.url = toCoreStringWithUndefinedOrNullCheck(object->Get(v8AtomicString(m_isolate, "name"))); script 510 Source/bindings/v8/ScriptDebugServer.cpp script.source = toCoreStringWithUndefinedOrNullCheck(object->Get(v8AtomicString(m_isolate, "source"))); script 511 Source/bindings/v8/ScriptDebugServer.cpp script.sourceMappingURL = toCoreStringWithUndefinedOrNullCheck(object->Get(v8AtomicString(m_isolate, "sourceMappingURL"))); script 512 Source/bindings/v8/ScriptDebugServer.cpp script.startLine = object->Get(v8AtomicString(m_isolate, "startLine"))->ToInteger()->Value(); script 513 Source/bindings/v8/ScriptDebugServer.cpp script.startColumn = object->Get(v8AtomicString(m_isolate, "startColumn"))->ToInteger()->Value(); script 514 Source/bindings/v8/ScriptDebugServer.cpp script.endLine = object->Get(v8AtomicString(m_isolate, "endLine"))->ToInteger()->Value(); script 515 Source/bindings/v8/ScriptDebugServer.cpp script.endColumn = object->Get(v8AtomicString(m_isolate, "endColumn"))->ToInteger()->Value(); script 516 Source/bindings/v8/ScriptDebugServer.cpp script.isContentScript = object->Get(v8AtomicString(m_isolate, "isContentScript"))->ToBoolean()->Value(); script 518 Source/bindings/v8/ScriptDebugServer.cpp listener->didParseSource(sourceID, script); script 583 Source/bindings/v8/ScriptDebugServer.cpp v8::Local<v8::Script> script = V8ScriptRunner::compileScript(source, sourceURL, TextPosition(), 0, m_isolate); script 590 Source/bindings/v8/ScriptDebugServer.cpp if (script.IsEmpty()) script 593 Source/bindings/v8/ScriptDebugServer.cpp *scriptId = String::number(script->GetId()); script 594 Source/bindings/v8/ScriptDebugServer.cpp m_compiledScripts.set(*scriptId, adoptPtr(new ScopedPersistent<v8::Script>(m_isolate, script))); script 608 Source/bindings/v8/ScriptDebugServer.cpp v8::Local<v8::Script> script = scriptHandle->newLocal(m_isolate); script 610 Source/bindings/v8/ScriptDebugServer.cpp if (script.IsEmpty()) script 618 Source/bindings/v8/ScriptDebugServer.cpp v8::Local<v8::Value> value = V8ScriptRunner::runCompiledScript(script, state->executionContext(), m_isolate); script 67 Source/bindings/v8/ScriptEventListener.cpp ScriptController& scriptController = frame->script(); script 87 Source/bindings/v8/ScriptEventListener.cpp ScriptController& scriptController = frame->script(); script 157 Source/bindings/v8/ScriptEventListener.cpp v8::Handle<v8::Context> v8Context = frame->script().windowShell(v8Listener->world())->context(); script 56 Source/bindings/v8/ScriptPreprocessor.cpp frame->script().executeScriptInIsolatedWorld(ScriptPreprocessorIsolatedWorldId, sources, DOMWrapperWorld::mainWorldExtensionGroup, &scriptResults); script 60 Source/bindings/v8/ScriptSourceCode.h : m_source(cs->script()) script 119 Source/bindings/v8/ScriptState.cpp WorkerScriptController* script = workerGlobalScope->script(); script 120 Source/bindings/v8/ScriptState.cpp if (!script) script 123 Source/bindings/v8/ScriptState.cpp v8::HandleScope handleScope(script->isolate()); script 124 Source/bindings/v8/ScriptState.cpp return ScriptState::forContext(script->context()); script 132 Source/bindings/v8/V8AbstractEventListener.cpp toWorkerGlobalScope(context)->script()->forbidExecution(); script 573 Source/bindings/v8/V8Binding.cpp return frame->script().windowShell(world)->context(); script 575 Source/bindings/v8/V8Binding.cpp if (WorkerScriptController* script = toWorkerGlobalScope(context)->script()) script 576 Source/bindings/v8/V8Binding.cpp return script->context(); script 585 Source/bindings/v8/V8Binding.cpp v8::Local<v8::Context> context = frame->script().windowShell(world)->context(); script 665 Source/bindings/v8/V8Binding.cpp return frame->script().isolate(); script 89 Source/bindings/v8/V8EventListener.cpp if (!frame->script().canExecuteScripts(AboutToExecuteScript)) script 93 Source/bindings/v8/V8EventListener.cpp return frame->script().callFunction(handlerFunction, receiver, WTF_ARRAY_LENGTH(parameters), parameters); script 130 Source/bindings/v8/V8Initializer.cpp if (frame && frame->script().existingWindowShell(world)) script 99 Source/bindings/v8/V8LazyEventListener.cpp if (!frame->script().canExecuteScripts(AboutToExecuteScript)) script 103 Source/bindings/v8/V8LazyEventListener.cpp return frame->script().callFunction(handlerFunction, receiver, WTF_ARRAY_LENGTH(parameters), parameters); script 78 Source/bindings/v8/V8ScriptRunner.cpp v8::Local<v8::Script> script = v8::ScriptCompiler::Compile(isolate, &source, options); script 86 Source/bindings/v8/V8ScriptRunner.cpp return script; script 89 Source/bindings/v8/V8ScriptRunner.cpp v8::Local<v8::Value> V8ScriptRunner::runCompiledScript(v8::Handle<v8::Script> script, ExecutionContext* context, v8::Isolate* isolate) script 93 Source/bindings/v8/V8ScriptRunner.cpp if (script.IsEmpty()) script 105 Source/bindings/v8/V8ScriptRunner.cpp result = script->Run(); script 119 Source/bindings/v8/V8ScriptRunner.cpp v8::Handle<v8::Script> script = V8ScriptRunner::compileScript(source, fileName, scriptStartPosition, 0, isolate); script 120 Source/bindings/v8/V8ScriptRunner.cpp if (script.IsEmpty()) script 124 Source/bindings/v8/V8ScriptRunner.cpp v8::Local<v8::Value> result = script->Run(); script 213 Source/bindings/v8/V8WindowShell.cpp V8WindowShell* mainWindow = m_frame->script().existingWindowShell(DOMWrapperWorld::mainWorld()); script 215 Source/bindings/v8/V8WindowShell.cpp setInjectedScriptContextDebugId(context, m_frame->script().contextDebugId(mainWindow->context())); script 64 Source/bindings/v8/V8WorkerGlobalScopeEventListener.cpp WorkerScriptController* script = toWorkerGlobalScope(context)->script(); script 65 Source/bindings/v8/V8WorkerGlobalScopeEventListener.cpp if (!script) script 68 Source/bindings/v8/V8WorkerGlobalScopeEventListener.cpp v8::Handle<v8::Context> v8Context = script->context(); script 154 Source/bindings/v8/WorkerScriptController.cpp ScriptValue WorkerScriptController::evaluate(const String& script, const String& fileName, const TextPosition& scriptStartPosition, WorkerGlobalScopeExecutionState* state) script 172 Source/bindings/v8/WorkerScriptController.cpp v8::Handle<v8::String> scriptString = v8String(m_isolate, script); script 177 Source/bindings/v8/WorkerScriptController.cpp m_workerGlobalScope.script()->forbidExecution(); script 91 Source/bindings/v8/WorkerScriptController.h ScriptValue evaluate(const String& script, const String& fileName, const TextPosition& scriptStartPosition, WorkerGlobalScopeExecutionState*); script 78 Source/bindings/v8/custom/V8HTMLDocumentCustom.cpp v8SetReturnValue(info, frame->script().callFunction(v8::Local<v8::Function>::Cast(function), global, info.Length(), params.get())); script 60 Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp WorkerScriptController* script = workerGlobalScope->script(); script 61 Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp if (!script) script 65 Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp v8::Handle<v8::Context> v8Context = script->context(); script 114 Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp WorkerScriptController* script = impl->script(); script 115 Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp if (!script) script 118 Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp v8::Handle<v8::Object> global = script->context()->Global(); script 159 Source/core/css/CSSFontSelector.cpp UScriptCode script = fontDescription.script(); script 163 Source/core/css/CSSFontSelector.cpp return FontCache::getGenericFamilyNameForScript(FontFamilyNames::webkit_standard, script); script 166 Source/core/css/CSSFontSelector.cpp return FontCache::getGenericFamilyNameForScript(genericFamilyName, script); script 169 Source/core/css/CSSFontSelector.cpp return settings.standard(script); script 171 Source/core/css/CSSFontSelector.cpp return settings.serif(script); script 173 Source/core/css/CSSFontSelector.cpp return settings.sansSerif(script); script 175 Source/core/css/CSSFontSelector.cpp return settings.cursive(script); script 177 Source/core/css/CSSFontSelector.cpp return settings.fantasy(script); script 179 Source/core/css/CSSFontSelector.cpp return settings.fixed(script); script 181 Source/core/css/CSSFontSelector.cpp return settings.pictograph(script); script 183 Source/core/css/CSSFontSelector.cpp return settings.standard(script); script 2455 Source/core/dom/Document.cpp if (frame() && frame()->script().canExecuteScripts(NotAboutToExecuteScript)) { script 2808 Source/core/dom/Document.cpp frame()->script().disableEval(errorMessage); script 3948 Source/core/dom/Document.cpp m_frame->script().updateSecurityOrigin(securityOrigin()); script 4679 Source/core/dom/Document.cpp if (!frame->script().canExecuteScripts(NotAboutToExecuteScript)) script 4697 Source/core/dom/Document.cpp if (!frame->script().canExecuteScripts(AboutToExecuteScript)) script 4712 Source/core/dom/Document.cpp m_frame->script().updateSecurityOrigin(securityOrigin()); script 306 Source/core/dom/ScriptLoader.cpp bool shouldBypassMainWorldContentSecurityPolicy = (frame && frame->script().shouldBypassMainWorldContentSecurityPolicy()) || elementDocument->contentSecurityPolicy()->allowScriptNonce(m_element->fastGetAttribute(HTMLNames::nonceAttr)) || elementDocument->contentSecurityPolicy()->allowScriptHash(sourceCode.source()); script 335 Source/core/dom/ScriptLoader.cpp frame->script().executeScriptInMainWorld(sourceCode, corsCheck); script 461 Source/core/fetch/ResourceFetcher.cpp bool shouldBypassMainWorldContentSecurityPolicy = (frame() && frame()->script().shouldBypassMainWorldContentSecurityPolicy()) || (options.contentSecurityPolicyOption == DoNotCheckContentSecurityPolicy); script 74 Source/core/fetch/ScriptResource.cpp String script = m_decoder->decode(m_data->data(), encodedSize()); script 75 Source/core/fetch/ScriptResource.cpp script = script + m_decoder->flush(); script 80 Source/core/fetch/ScriptResource.cpp setEncodedSize(script.sizeInBytes()); script 81 Source/core/fetch/ScriptResource.cpp m_script = AtomicString(script); script 43 Source/core/fetch/ScriptResource.h const String& script(); script 398 Source/core/frame/DOMWindow.cpp m_frame->script().updateDocument(); script 222 Source/core/frame/LocalFrame.cpp script().clearWindowShell(); script 248 Source/core/frame/LocalFrame.cpp script().clearScriptObjects(); script 87 Source/core/frame/LocalFrame.h ScriptController& script(); script 187 Source/core/frame/LocalFrame.h inline ScriptController& LocalFrame::script() script 784 Source/core/frame/csp/ContentSecurityPolicy.cpp return document->frame()->script().shouldBypassMainWorldContentSecurityPolicy(); script 113 Source/core/html/HTMLCanvasElement.cpp if (frame && frame->script().canExecuteScripts(NotAboutToExecuteScript)) { script 204 Source/core/html/HTMLDocument.cpp f->script().namedItemAdded(this, name); script 213 Source/core/html/HTMLDocument.cpp f->script().namedItemRemoved(this, name); script 385 Source/core/html/HTMLFormElement.cpp document().frame()->script().executeScriptIfJavaScriptURL(submission->action()); script 96 Source/core/html/HTMLFrameElementBase.cpp toLocalFrame(contentFrame())->script().executeScriptIfJavaScriptURL(scriptURL); script 2076 Source/core/html/HTMLMediaElement.cpp if (frame && !frame->script().canExecuteScripts(NotAboutToExecuteScript)) script 54 Source/core/html/HTMLNoScriptElement.cpp if (document().frame()->script().canExecuteScripts(NotAboutToExecuteScript)) script 266 Source/core/html/HTMLPlugInElement.cpp m_pluginWrapper = frame->script().createPluginWrapper(plugin); script 374 Source/core/html/HTMLPlugInElement.cpp m_NPObject = document().frame()->script().createScriptObjectForPluginElement(this); script 40 Source/core/html/parser/HTMLParserOptions.cpp scriptEnabled = frame && frame->script().canExecuteScripts(NotAboutToExecuteScript); script 93 Source/core/html/parser/HTMLScriptRunner.cpp ScriptSourceCode HTMLScriptRunner::sourceFromPendingScript(const PendingScript& script, bool& errorOccurred) const script 95 Source/core/html/parser/HTMLScriptRunner.cpp if (script.resource()) { script 96 Source/core/html/parser/HTMLScriptRunner.cpp errorOccurred = script.resource()->errorOccurred(); script 97 Source/core/html/parser/HTMLScriptRunner.cpp ASSERT(script.resource()->isLoaded()); script 98 Source/core/html/parser/HTMLScriptRunner.cpp return ScriptSourceCode(script.resource()); script 101 Source/core/html/parser/HTMLScriptRunner.cpp return ScriptSourceCode(script.element()->textContent(), documentURLForScriptExecution(m_document), script.startingPosition()); script 104 Source/core/html/parser/HTMLScriptRunner.cpp bool HTMLScriptRunner::isPendingScriptReady(const PendingScript& script) script 109 Source/core/html/parser/HTMLScriptRunner.cpp if (script.resource() && !script.resource()->isLoaded()) script 271 Source/core/html/parser/HTMLScriptRunner.cpp bool HTMLScriptRunner::requestPendingScript(PendingScript& pendingScript, Element* script) const script 274 Source/core/html/parser/HTMLScriptRunner.cpp pendingScript.setElement(script); script 276 Source/core/html/parser/HTMLScriptRunner.cpp ScriptResource* resource = toScriptLoaderIfPossible(script)->resource().get(); script 287 Source/core/html/parser/HTMLScriptRunner.cpp void HTMLScriptRunner::runScript(Element* script, const TextPosition& scriptStartPosition) script 292 Source/core/html/parser/HTMLScriptRunner.cpp ScriptLoader* scriptLoader = toScriptLoaderIfPossible(script); script 316 Source/core/html/parser/HTMLScriptRunner.cpp requestDeferredScript(script); script 319 Source/core/html/parser/HTMLScriptRunner.cpp m_parserBlockingScript.setElement(script); script 322 Source/core/html/parser/HTMLScriptRunner.cpp ScriptSourceCode sourceCode(script->textContent(), documentURLForScriptExecution(m_document), scriptStartPosition); script 326 Source/core/html/parser/HTMLScriptRunner.cpp requestParsingBlockingScript(script); script 50 Source/core/inspector/InspectorClient.cpp frame->script().executeScriptInMainWorld("InspectorFrontendAPI.dispatchMessageAsync(" + message + ");", ScriptController::ExecuteScriptWhenScriptsDisabled); script 286 Source/core/inspector/InspectorController.cpp void InspectorController::evaluateForTestInFrontend(long callId, const String& script) script 290 Source/core/inspector/InspectorController.cpp inspectorAgent->evaluateForTestInFrontend(callId, script); script 116 Source/core/inspector/InspectorController.h void evaluateForTestInFrontend(long callId, const String& script); script 557 Source/core/inspector/InspectorDebuggerAgent.cpp Script& script = scriptIterator->value; script 558 Source/core/inspector/InspectorDebuggerAgent.cpp if (breakpoint.lineNumber < script.startLine || script.endLine < breakpoint.lineNumber) script 1109 Source/core/inspector/InspectorDebuggerAgent.cpp String InspectorDebuggerAgent::sourceMapURLForScript(const Script& script) script 1112 Source/core/inspector/InspectorDebuggerAgent.cpp String sourceMapURL = ContentSearchUtils::findSourceMapURL(script.source, ContentSearchUtils::JavaScriptMagicComment, &deprecated); script 1118 Source/core/inspector/InspectorDebuggerAgent.cpp if (script.url.isEmpty()) script 1124 Source/core/inspector/InspectorDebuggerAgent.cpp return pageAgent->resourceSourceMapURL(script.url); script 1129 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::didParseSource(const String& scriptId, const Script& script) script 1132 Source/core/inspector/InspectorDebuggerAgent.cpp const bool* isContentScript = script.isContentScript ? &script.isContentScript : 0; script 1133 Source/core/inspector/InspectorDebuggerAgent.cpp String sourceMapURL = sourceMapURLForScript(script); script 1136 Source/core/inspector/InspectorDebuggerAgent.cpp if (!script.startLine && !script.startColumn) { script 1138 Source/core/inspector/InspectorDebuggerAgent.cpp sourceURL = ContentSearchUtils::findSourceURL(script.source, ContentSearchUtils::JavaScriptMagicComment, &deprecated); script 1142 Source/core/inspector/InspectorDebuggerAgent.cpp String scriptURL = hasSourceURL ? sourceURL : script.url; script 1144 Source/core/inspector/InspectorDebuggerAgent.cpp m_frontend->scriptParsed(scriptId, scriptURL, script.startLine, script.startColumn, script.endLine, script.endColumn, isContentScript, sourceMapURLParam, hasSourceURLParam); script 1146 Source/core/inspector/InspectorDebuggerAgent.cpp m_scripts.set(scriptId, script); script 153 Source/core/inspector/InspectorFrontendHost.cpp void InspectorFrontendHost::setInjectedScriptForOrigin(const String& origin, const String& script) script 155 Source/core/inspector/InspectorFrontendHost.cpp m_frontendPage->inspectorController().setInjectedScriptForOrigin(origin, script); script 59 Source/core/inspector/InspectorFrontendHost.h void setInjectedScriptForOrigin(const String& origin, const String& script); script 75 Source/core/inspector/InspectorInspectorAgent.cpp String script = m_injectedScriptForOrigin.get(origin); script 76 Source/core/inspector/InspectorInspectorAgent.cpp if (script.isEmpty()) script 80 Source/core/inspector/InspectorInspectorAgent.cpp scriptSource.append(script); script 84 Source/core/inspector/InspectorInspectorAgent.cpp frame->script().executeScriptInMainWorld(scriptSource.toString()); script 144 Source/core/inspector/InspectorInspectorAgent.cpp void InspectorInspectorAgent::evaluateForTestInFrontend(long callId, const String& script) script 147 Source/core/inspector/InspectorInspectorAgent.cpp m_frontend->inspector()->evaluateForTestInFrontend(static_cast<int>(callId), script); script 149 Source/core/inspector/InspectorInspectorAgent.cpp m_pendingEvaluateTestCommands.append(pair<long, String>(callId, script)); script 78 Source/core/inspector/InspectorInspectorAgent.h void evaluateForTestInFrontend(long testCallId, const String& script); script 652 Source/core/inspector/InspectorOverlay.cpp overlayPage()->mainFrame()->script().executeScriptInMainWorld("dispatch(" + command->toJSONString() + ")", ScriptController::ExecuteScriptWhenScriptsDisabled); script 660 Source/core/inspector/InspectorOverlay.cpp overlayPage()->mainFrame()->script().executeScriptInMainWorld("dispatch(" + command->toJSONString() + ")", ScriptController::ExecuteScriptWhenScriptsDisabled); script 212 Source/core/inspector/InspectorPageAgent.cpp *result = toScriptResource(cachedResource)->script(); script 795 Source/core/inspector/InspectorPageAgent.cpp disabledByScriptController = !frame->script().canExecuteScripts(NotAboutToExecuteScript); script 837 Source/core/inspector/InspectorPageAgent.cpp frame->script().executeScriptInMainWorld(scriptText); script 841 Source/core/inspector/InspectorPageAgent.cpp frame->script().executeScriptInMainWorld(m_scriptToEvaluateOnLoadOnce); script 166 Source/core/inspector/PageRuntimeAgent.cpp if (!frame->script().canExecuteScripts(NotAboutToExecuteScript)) script 172 Source/core/inspector/PageRuntimeAgent.cpp frame->script().collectIsolatedContexts(isolatedContexts); script 265 Source/core/loader/FrameLoader.cpp m_frame->script().enableEval(); script 668 Source/core/loader/FrameLoader.cpp if (m_frame->script().executeScriptIfJavaScriptURL(url)) script 1113 Source/core/loader/FrameLoader.cpp m_frame->script().clearForClose(); script 1394 Source/core/loader/FrameLoader.cpp if (!m_frame->script().canExecuteScripts(NotAboutToExecuteScript)) script 1409 Source/core/loader/FrameLoader.cpp if (!m_frame->script().canExecuteScripts(NotAboutToExecuteScript) || !m_frame->script().existingWindowShell(world)) script 92 Source/core/page/EventSource.cpp shouldBypassMainWorldContentSecurityPolicy = document->frame()->script().shouldBypassMainWorldContentSecurityPolicy(); script 228 Source/core/testing/InternalSettings.cpp void InternalSettings::setStandardFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) script 231 Source/core/testing/InternalSettings.cpp UScriptCode code = scriptNameToCode(script); script 238 Source/core/testing/InternalSettings.cpp void InternalSettings::setSerifFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) script 241 Source/core/testing/InternalSettings.cpp UScriptCode code = scriptNameToCode(script); script 248 Source/core/testing/InternalSettings.cpp void InternalSettings::setSansSerifFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) script 251 Source/core/testing/InternalSettings.cpp UScriptCode code = scriptNameToCode(script); script 258 Source/core/testing/InternalSettings.cpp void InternalSettings::setFixedFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) script 261 Source/core/testing/InternalSettings.cpp UScriptCode code = scriptNameToCode(script); script 268 Source/core/testing/InternalSettings.cpp void InternalSettings::setCursiveFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) script 271 Source/core/testing/InternalSettings.cpp UScriptCode code = scriptNameToCode(script); script 278 Source/core/testing/InternalSettings.cpp void InternalSettings::setFantasyFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) script 281 Source/core/testing/InternalSettings.cpp UScriptCode code = scriptNameToCode(script); script 288 Source/core/testing/InternalSettings.cpp void InternalSettings::setPictographFontFamily(const AtomicString& family, const String& script, ExceptionState& exceptionState) script 291 Source/core/testing/InternalSettings.cpp UScriptCode code = scriptNameToCode(script); script 86 Source/core/testing/InternalSettings.h void setStandardFontFamily(const AtomicString& family, const String& script, ExceptionState&); script 87 Source/core/testing/InternalSettings.h void setSerifFontFamily(const AtomicString& family, const String& script, ExceptionState&); script 88 Source/core/testing/InternalSettings.h void setSansSerifFontFamily(const AtomicString& family, const String& script, ExceptionState&); script 89 Source/core/testing/InternalSettings.h void setFixedFontFamily(const AtomicString& family, const String& script, ExceptionState&); script 90 Source/core/testing/InternalSettings.h void setCursiveFontFamily(const AtomicString& family, const String& script, ExceptionState&); script 91 Source/core/testing/InternalSettings.h void setFantasyFontFamily(const AtomicString& family, const String& script, ExceptionState&); script 92 Source/core/testing/InternalSettings.h void setPictographFontFamily(const AtomicString& family, const String& script, ExceptionState&); script 133 Source/core/workers/Worker.cpp m_contextProxy->startWorkerGlobalScope(m_scriptLoader->url(), executionContext()->userAgent(m_scriptLoader->url()), m_scriptLoader->script(), startMode); script 134 Source/core/workers/Worker.cpp InspectorInstrumentation::scriptImported(executionContext(), m_scriptLoader->identifier(), m_scriptLoader->script()); script 237 Source/core/workers/WorkerGlobalScope.cpp InspectorInstrumentation::scriptImported(executionContext(), scriptLoader->identifier(), scriptLoader->script()); script 240 Source/core/workers/WorkerGlobalScope.cpp m_script->evaluate(ScriptSourceCode(scriptLoader->script(), scriptLoader->responseURL()), &errorEvent); script 294 Source/core/workers/WorkerGlobalScope.cpp return script()->idleNotification(); script 80 Source/core/workers/WorkerGlobalScope.h WorkerScriptController* script() { return m_script.get(); } script 67 Source/core/workers/WorkerScriptLoader.h String script(); script 120 Source/core/workers/WorkerThread.cpp m_workerGlobalScope->script()->forbidExecution(); script 130 Source/core/workers/WorkerThread.cpp WorkerScriptController* script = m_workerGlobalScope->script(); script 132 Source/core/workers/WorkerThread.cpp script->evaluate(ScriptSourceCode(sourceCode, scriptURL)); script 232 Source/core/workers/WorkerThread.cpp m_workerGlobalScope->script()->scheduleExecutionTermination(); script 55 Source/core/xml/XMLTreeViewer.cpp m_document->frame()->script().executeScriptInMainWorld(scriptString, ScriptController::ExecuteScriptWhenScriptsDisabled); script 57 Source/core/xml/XMLTreeViewer.cpp m_document->frame()->script().executeScriptInMainWorld("prepareWebKitXMLViewer('" + noStyleMessage + "');", ScriptController::ExecuteScriptWhenScriptsDisabled); script 323 Source/modules/websockets/WebSocket.cpp shouldBypassMainWorldContentSecurityPolicy = document->frame()->script().shouldBypassMainWorldContentSecurityPolicy(); script 118 Source/platform/fonts/FontDescription.h UScriptCode script() const { return static_cast<UScriptCode>(m_script); } script 60 Source/platform/fonts/GenericFontFamilySettings.cpp void GenericFontFamilySettings::setGenericFontFamilyMap(ScriptFontFamilyMap& fontMap, const AtomicString& family, UScriptCode script) script 62 Source/platform/fonts/GenericFontFamilySettings.cpp ScriptFontFamilyMap::iterator it = fontMap.find(static_cast<int>(script)); script 70 Source/platform/fonts/GenericFontFamilySettings.cpp fontMap.set(static_cast<int>(script), family); script 74 Source/platform/fonts/GenericFontFamilySettings.cpp const AtomicString& GenericFontFamilySettings::genericFontFamilyForScript(const ScriptFontFamilyMap& fontMap, UScriptCode script) const script 76 Source/platform/fonts/GenericFontFamilySettings.cpp ScriptFontFamilyMap::const_iterator it = fontMap.find(static_cast<int>(script)); script 79 Source/platform/fonts/GenericFontFamilySettings.cpp if (script != USCRIPT_COMMON) script 84 Source/platform/fonts/GenericFontFamilySettings.cpp const AtomicString& GenericFontFamilySettings::standard(UScriptCode script) const script 86 Source/platform/fonts/GenericFontFamilySettings.cpp return genericFontFamilyForScript(m_standardFontFamilyMap, script); script 89 Source/platform/fonts/GenericFontFamilySettings.cpp void GenericFontFamilySettings::setStandard(const AtomicString& family, UScriptCode script) script 91 Source/platform/fonts/GenericFontFamilySettings.cpp setGenericFontFamilyMap(m_standardFontFamilyMap, family, script); script 94 Source/platform/fonts/GenericFontFamilySettings.cpp const AtomicString& GenericFontFamilySettings::fixed(UScriptCode script) const script 96 Source/platform/fonts/GenericFontFamilySettings.cpp return genericFontFamilyForScript(m_fixedFontFamilyMap, script); script 99 Source/platform/fonts/GenericFontFamilySettings.cpp void GenericFontFamilySettings::setFixed(const AtomicString& family, UScriptCode script) script 101 Source/platform/fonts/GenericFontFamilySettings.cpp setGenericFontFamilyMap(m_fixedFontFamilyMap, family, script); script 104 Source/platform/fonts/GenericFontFamilySettings.cpp const AtomicString& GenericFontFamilySettings::serif(UScriptCode script) const script 106 Source/platform/fonts/GenericFontFamilySettings.cpp return genericFontFamilyForScript(m_serifFontFamilyMap, script); script 109 Source/platform/fonts/GenericFontFamilySettings.cpp void GenericFontFamilySettings::setSerif(const AtomicString& family, UScriptCode script) script 111 Source/platform/fonts/GenericFontFamilySettings.cpp setGenericFontFamilyMap(m_serifFontFamilyMap, family, script); script 114 Source/platform/fonts/GenericFontFamilySettings.cpp const AtomicString& GenericFontFamilySettings::sansSerif(UScriptCode script) const script 116 Source/platform/fonts/GenericFontFamilySettings.cpp return genericFontFamilyForScript(m_sansSerifFontFamilyMap, script); script 119 Source/platform/fonts/GenericFontFamilySettings.cpp void GenericFontFamilySettings::setSansSerif(const AtomicString& family, UScriptCode script) script 121 Source/platform/fonts/GenericFontFamilySettings.cpp setGenericFontFamilyMap(m_sansSerifFontFamilyMap, family, script); script 124 Source/platform/fonts/GenericFontFamilySettings.cpp const AtomicString& GenericFontFamilySettings::cursive(UScriptCode script) const script 126 Source/platform/fonts/GenericFontFamilySettings.cpp return genericFontFamilyForScript(m_cursiveFontFamilyMap, script); script 129 Source/platform/fonts/GenericFontFamilySettings.cpp void GenericFontFamilySettings::setCursive(const AtomicString& family, UScriptCode script) script 131 Source/platform/fonts/GenericFontFamilySettings.cpp setGenericFontFamilyMap(m_cursiveFontFamilyMap, family, script); script 134 Source/platform/fonts/GenericFontFamilySettings.cpp const AtomicString& GenericFontFamilySettings::fantasy(UScriptCode script) const script 136 Source/platform/fonts/GenericFontFamilySettings.cpp return genericFontFamilyForScript(m_fantasyFontFamilyMap, script); script 139 Source/platform/fonts/GenericFontFamilySettings.cpp void GenericFontFamilySettings::setFantasy(const AtomicString& family, UScriptCode script) script 141 Source/platform/fonts/GenericFontFamilySettings.cpp setGenericFontFamilyMap(m_fantasyFontFamilyMap, family, script); script 144 Source/platform/fonts/GenericFontFamilySettings.cpp const AtomicString& GenericFontFamilySettings::pictograph(UScriptCode script) const script 146 Source/platform/fonts/GenericFontFamilySettings.cpp return genericFontFamilyForScript(m_pictographFontFamilyMap, script); script 149 Source/platform/fonts/GenericFontFamilySettings.cpp void GenericFontFamilySettings::setPictograph(const AtomicString& family, UScriptCode script) script 151 Source/platform/fonts/GenericFontFamilySettings.cpp setGenericFontFamilyMap(m_pictographFontFamilyMap, family, script); script 42 Source/platform/fonts/android/FontCacheAndroid.cpp static AtomicString getFamilyNameForCharacter(UChar32 c, UScriptCode script) script 47 Source/platform/fonts/android/FontCacheAndroid.cpp switch (script) { script 74 Source/platform/fonts/android/FontCacheAndroid.cpp AtomicString familyName = getFamilyNameForCharacter(c, fontDescription.script()); script 81 Source/platform/fonts/android/FontCacheAndroid.cpp AtomicString FontCache::getGenericFamilyNameForScript(const AtomicString& familyName, UScriptCode script) script 86 Source/platform/fonts/android/FontCacheAndroid.cpp switch (script) { script 100 Source/platform/fonts/android/FontCacheAndroid.cpp return getFamilyNameForCharacter(examplerChar, script); script 234 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp inline HarfBuzzShaper::HarfBuzzRun::HarfBuzzRun(const SimpleFontData* fontData, unsigned startIndex, unsigned numCharacters, TextDirection direction, hb_script_t script) script 240 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp , m_script(script) script 593 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp UScriptCode script; script 655 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp if (scriptExtensions[i] == adjacentRun.script) script 671 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp run.script = runs[i - 1].script; script 676 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp if (runs[j].script != USCRIPT_COMMON script 677 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp && runs[j].script != USCRIPT_INHERITED script 688 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp if (run.script != USCRIPT_COMMON) script 691 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp if (i > 0 && runs[i - 1].script != USCRIPT_COMMON) { script 692 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp run.script = runs[i - 1].script; script 697 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp if (runs[j].script != USCRIPT_COMMON script 698 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp && runs[j].script != USCRIPT_INHERITED) { script 715 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp if (run.script == USCRIPT_INHERITED) script 716 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp run.script = i > 0 ? runs[i - 1].script : USCRIPT_COMMON; script 728 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp runs[j].script = runs[nextResolvedRun].script; script 750 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp if (candidateRuns[i].script != run.script script 755 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp addHarfBuzzRun(run.start, lastMatchingRun.end, run.fontData, run.script); script 762 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp static inline hb_script_t ICUScriptToHBScript(UScriptCode script) script 764 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp if (UNLIKELY(script == USCRIPT_INVALID_CODE)) script 767 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp return hb_script_from_string(uscript_getShortName(script), -1); script 773 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp UScriptCode script) script 776 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp ASSERT(script != USCRIPT_INVALID_CODE); script 779 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp m_run.direction(), ICUScriptToHBScript(script))); script 809 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp hb_buffer_set_script(harfBuzzBuffer.get(), currentRun->script()); script 74 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h static PassOwnPtr<HarfBuzzRun> create(const SimpleFontData* fontData, unsigned startIndex, unsigned numCharacters, TextDirection direction, hb_script_t script) script 76 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h return adoptPtr(new HarfBuzzRun(fontData, startIndex, numCharacters, direction, script)); script 104 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h hb_script_t script() { return m_script; } script 319 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp const ScriptTable* script(OpenType::Tag tag, const SharedBuffer& buffer) const script 336 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp const ScriptTable* scriptOfDefaultTag = script(OpenType::DefaultScriptTag, buffer); script 75 Source/platform/fonts/win/FontCacheSkiaWin.cpp static unsigned minSizeForAntiAlias(UScriptCode script) script 77 Source/platform/fonts/win/FontCacheSkiaWin.cpp switch (script) { script 122 Source/platform/fonts/win/FontCacheSkiaWin.cpp UScriptCode script; script 125 Source/platform/fonts/win/FontCacheSkiaWin.cpp &script); script 173 Source/platform/fonts/win/FontCacheSkiaWin.cpp if (script == USCRIPT_HAN) { script 197 Source/platform/fonts/win/FontCacheSkiaWin.cpp data->setMinSizeForAntiAlias(minSizeForAntiAlias(script)); script 264 Source/platform/fonts/win/FontCacheSkiaWin.cpp minSizeForAntiAlias(fontDescription.script())); script 74 Source/platform/fonts/win/FontFallbackWin.cpp UScriptCode script; script 113 Source/platform/fonts/win/FontFallbackWin.cpp UScriptCode script; script 155 Source/platform/fonts/win/FontFallbackWin.cpp scriptFontMap[fontMap[i].script] = fontMap[i].family; script 162 Source/platform/fonts/win/FontFallbackWin.cpp UScriptCode script = scriptToFontFamilies[i].script; script 163 Source/platform/fonts/win/FontFallbackWin.cpp scriptFontMap[script] = 0; script 167 Source/platform/fonts/win/FontFallbackWin.cpp scriptFontMap[script] = *familyPtr; script 231 Source/platform/fonts/win/FontFallbackWin.cpp UScriptCode script = uscript_getScript(ucs4, &err); script 234 Source/platform/fonts/win/FontFallbackWin.cpp if (script <= USCRIPT_INHERITED || U_FAILURE(err)) script 235 Source/platform/fonts/win/FontFallbackWin.cpp script = getScriptBasedOnUnicodeBlock(ucs4); script 236 Source/platform/fonts/win/FontFallbackWin.cpp return script; script 256 Source/platform/fonts/win/FontFallbackWin.cpp const UChar* getFontFamilyForScript(UScriptCode script, script 265 Source/platform/fonts/win/FontFallbackWin.cpp if (script == USCRIPT_INVALID_CODE) script 267 Source/platform/fonts/win/FontFallbackWin.cpp ASSERT(script < USCRIPT_CODE_LIMIT); script 268 Source/platform/fonts/win/FontFallbackWin.cpp return scriptFontMap[script]; script 284 Source/platform/fonts/win/FontFallbackWin.cpp UScriptCode script = getScript(character); script 291 Source/platform/fonts/win/FontFallbackWin.cpp script = USCRIPT_HAN; script 293 Source/platform/fonts/win/FontFallbackWin.cpp if (script == USCRIPT_COMMON) script 294 Source/platform/fonts/win/FontFallbackWin.cpp script = getScriptBasedOnUnicodeBlock(character); script 296 Source/platform/fonts/win/FontFallbackWin.cpp const UChar* family = getFontFamilyForScript(script, generic); script 324 Source/platform/fonts/win/FontFallbackWin.cpp *scriptChecked = script; script 334 Source/platform/fonts/win/FontFallbackWin.cpp UScriptCode script = USCRIPT_COMMON; script 341 Source/platform/fonts/win/FontFallbackWin.cpp while (i < length && script == USCRIPT_COMMON) { script 343 Source/platform/fonts/win/FontFallbackWin.cpp script = getScript(ucs4); script 177 Source/platform/text/LocaleToScriptMapping.cpp UScriptCode script; script 385 Source/platform/text/LocaleToScriptMapping.cpp localeScriptMap.set(localeScriptList[i].locale, localeScriptList[i].script); script 77 Source/web/InspectorFrontendClientImpl.cpp ScriptController* scriptController = m_frontendPage->mainFrame() ? &m_frontendPage->mainFrame()->script() : 0; script 72 Source/web/WebBindings.cpp bool WebBindings::evaluate(NPP npp, NPObject* object, NPString* script, NPVariant* result) script 74 Source/web/WebBindings.cpp return _NPN_Evaluate(npp, object, script, result); script 77 Source/web/WebBindings.cpp bool WebBindings::evaluateHelper(NPP npp, bool popupsAllowed, NPObject* object, NPString* script, NPVariant* result) script 79 Source/web/WebBindings.cpp return _NPN_EvaluateHelper(npp, popupsAllowed, object, script, result); script 394 Source/web/WebBindings.cpp return convertNPVariantToV8Object(variant, v8Object->rootObject->frame()->script().windowScriptNPObject(), isolate); script 287 Source/web/WebDevToolsAgentImpl.cpp frame->script().setContextDebugId(m_hostId); script 605 Source/web/WebDevToolsAgentImpl.cpp void WebDevToolsAgentImpl::evaluateInWebInspector(long callId, const WebString& script) script 608 Source/web/WebDevToolsAgentImpl.cpp ic->evaluateForTestInFrontend(callId, script); script 95 Source/web/WebDevToolsAgentImpl.h virtual void evaluateInWebInspector(long callId, const WebString& script) OVERRIDE; script 95 Source/web/WebEmbeddedWorkerImpl.cpp String script() const { return m_scriptLoader->script(); } script 257 Source/web/WebEmbeddedWorkerImpl.cpp m_mainScriptLoader->script(), script 747 Source/web/WebFrameImpl.cpp return frame()->script().windowScriptNPObject(); script 757 Source/web/WebFrameImpl.cpp if (!frame() || !frame()->script().canExecuteScripts(NotAboutToExecuteScript)) script 759 Source/web/WebFrameImpl.cpp frame()->script().bindToWindowObject(frame(), String(name), object); script 766 Source/web/WebFrameImpl.cpp frame()->script().executeScriptInMainWorld(ScriptSourceCode(source.code, source.url, position)); script 781 Source/web/WebFrameImpl.cpp frame()->script().executeScriptInIsolatedWorld(worldID, sources, extensionGroup, 0); script 848 Source/web/WebFrameImpl.cpp return frame()->script().executeScriptInMainWorldAndReturnValue(ScriptSourceCode(source.code, source.url, position)).v8Value(); script 866 Source/web/WebFrameImpl.cpp frame()->script().executeScriptInIsolatedWorld(worldID, sources, extensionGroup, &scriptResults); script 872 Source/web/WebFrameImpl.cpp frame()->script().executeScriptInIsolatedWorld(worldID, sources, extensionGroup, 0); script 879 Source/web/WebFrameImpl.cpp return frame()->script().callFunction(function, receiver, argc, argv); script 1913 Source/web/WebFrameImpl.cpp String script = decodeURLEscapeSequences(url.string().substring(strlen("javascript:"))); script 1915 Source/web/WebFrameImpl.cpp ScriptValue result = frame()->script().executeScriptInMainWorldAndReturnValue(ScriptSourceCode(script)); script 440 Source/web/WebPluginContainerImpl.cpp frame->script().cleanupScriptObjectsForPlugin(this); script 457 Source/web/WebPluginContainerImpl.cpp String script = decodeURLEscapeSequences( script 461 Source/web/WebPluginContainerImpl.cpp ScriptValue result = frame->script().executeScriptInMainWorldAndReturnValue(ScriptSourceCode(script)); script 65 Source/web/WebSettingsImpl.cpp void WebSettingsImpl::setStandardFontFamily(const WebString& font, UScriptCode script) script 67 Source/web/WebSettingsImpl.cpp m_settings->genericFontFamilySettings().setStandard(font, script); script 71 Source/web/WebSettingsImpl.cpp void WebSettingsImpl::setFixedFontFamily(const WebString& font, UScriptCode script) script 73 Source/web/WebSettingsImpl.cpp m_settings->genericFontFamilySettings().setFixed(font, script); script 77 Source/web/WebSettingsImpl.cpp void WebSettingsImpl::setSerifFontFamily(const WebString& font, UScriptCode script) script 79 Source/web/WebSettingsImpl.cpp m_settings->genericFontFamilySettings().setSerif(font, script); script 83 Source/web/WebSettingsImpl.cpp void WebSettingsImpl::setSansSerifFontFamily(const WebString& font, UScriptCode script) script 85 Source/web/WebSettingsImpl.cpp m_settings->genericFontFamilySettings().setSansSerif(font, script); script 89 Source/web/WebSettingsImpl.cpp void WebSettingsImpl::setCursiveFontFamily(const WebString& font, UScriptCode script) script 91 Source/web/WebSettingsImpl.cpp m_settings->genericFontFamilySettings().setCursive(font, script); script 95 Source/web/WebSettingsImpl.cpp void WebSettingsImpl::setFantasyFontFamily(const WebString& font, UScriptCode script) script 97 Source/web/WebSettingsImpl.cpp m_settings->genericFontFamilySettings().setFantasy(font, script); script 101 Source/web/WebSettingsImpl.cpp void WebSettingsImpl::setPictographFontFamily(const WebString& font, UScriptCode script) script 103 Source/web/WebSettingsImpl.cpp m_settings->genericFontFamilySettings().setPictograph(font, script); script 118 Source/web/WebSharedWorkerImpl.cpp String script() const { return m_scriptLoader->script(); } script 354 Source/web/WebSharedWorkerImpl.cpp OwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData = WorkerThreadStartupData::create(m_url, m_loadingDocument->userAgent(m_url), m_mainScriptLoader->script(), startMode, m_contentSecurityPolicy, static_cast<WebCore::ContentSecurityPolicyHeaderType>(m_policyType), workerClients.release()); script 356 Source/web/WebSharedWorkerImpl.cpp InspectorInstrumentation::scriptImported(m_loadingDocument.get(), m_mainScriptLoader->identifier(), m_mainScriptLoader->script()); script 70 public/web/WebBindings.h BLINK_EXPORT static bool evaluate(NPP, NPObject*, NPString* script, NPVariant* result); script 73 public/web/WebBindings.h BLINK_EXPORT static bool evaluateHelper(NPP, bool popupsAllowed, NPObject*, NPString* script, NPVariant* result); script 93 public/web/WebDevToolsAgent.h virtual void evaluateInWebInspector(long callId, const WebString& script) = 0;