Lines Matching refs:script
299 ScriptController* scriptController = _private->coreFrame->script();
302 // if the script debugger is attached before a document is created. These calls use the debuggerWorld(), we will need to pass a world
612 JSValue result = _private->coreFrame->script()->executeScript(string, forceUserGesture).jsValue();
614 if (!_private->coreFrame) // In case the script removed our frame from the page.
624 return ustringToString(result.toString(_private->coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec()));
1197 JSDOMWindow* anyWorldGlobalObject = _private->coreFrame->script()->globalObject(mainThreadNormalWorld());
1207 JSValue result = frame->script()->executeScriptInWorld(core(world), string, true).jsValue();
1209 if (!frame) // In case the script removed our frame from the page.
1230 return toGlobalRef(coreFrame->script()->globalObject(coreWorld)->globalExec());
1591 return coreFrame->script()->windowScriptObject();
1599 return toGlobalRef(coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec());