Home | History | Annotate | Download | only in win

Lines Matching refs:script

523     return toGlobalRef(coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec());
536 return toGlobalRef(coreFrame->script()->globalObject(world->world())->globalExec());
1932 JSContextRef context = toRef(coreFrame->script()->globalObject(world)->globalExec());
1933 JSObjectRef windowObject = toRef(coreFrame->script()->globalObject(world));
2533 HRESULT WebFrame::stringByEvaluatingJavaScriptInScriptWorld(IWebScriptWorld* iWorld, JSObjectRef globalObjectRef, BSTR script, BSTR* evaluationResult)
2547 String string = String(script, SysStringLen(script));
2550 JSDOMWindow* anyWorldGlobalObject = coreFrame->script()->globalObject(mainThreadNormalWorld());
2560 JSValue result = frame->script()->executeScriptInWorld(world->world(), string, true).jsValue();
2562 if (!frame) // In case the script removed our frame from the page.