Home | History | Annotate | Download | only in src

Lines Matching refs:script

753     return m_frame->script()->windowScriptNPObject();
759 if (!m_frame || !m_frame->script()->canExecuteScripts(NotAboutToExecuteScript))
764 m_frame->script()->bindToWindowObject(m_frame, key, object);
773 m_frame->script()->executeScript(
789 m_frame->script()->evaluateInIsolatedWorld(worldId, sources, extensionGroup);
828 m_frame->script()->collectGarbage();
839 return m_frame->script()->executeScript(
1978 // script in the page.
2357 String script = decodeURLEscapeSequences(url.string().substring(strlen("javascript:")));
2358 ScriptValue result = m_frame->script()->executeScript(script, true);