Searched refs:forContext (Results 1 – 10 of 10) sorted by relevance
69 ScriptState* ScriptState::forContext(v8::Handle<v8::Context> context) in forContext() function in WebCore::ScriptState90 return ScriptState::forContext(context); in current()113 return ScriptState::forContext(frame->script().mainWorldContext()); in mainWorldScriptState()123 return ScriptState::forContext(script->context()); in scriptStateFromWorkerGlobalScope()
73 static ScriptState* forContext(v8::Handle<v8::Context>);
129 ScriptState* state = ScriptState::forContext(context); in createScriptArguments()
137 return ScriptState::forContext(v8Context); in eventListenerHandlerScriptState()
148 return policy->allowEval(ScriptState::forContext(context)); in codeGenerationCheckCallbackInMainThread()
137 ScriptState* scriptState = ScriptState::forContext(object->CreationContext()); in objectByHeapObjectId()
250 …ScriptState* scriptState = ScriptState::forContext(v8::Local<v8::Context>::New(m_isolate, context)… in initializeIfNeeded()
515 ScriptState* scriptState = ScriptState::forContext(v8Context); in collectIsolatedContexts()
394 ScriptState* currentCallFrameState = ScriptState::forContext(m_pausedContext); in handleProgramBreak()
104 ScriptState* scriptState = ScriptState::forContext(isolate->GetCurrentContext()); in getContextMethodCustom()118 ScriptState* scriptState = ScriptState::forContext(isolate->GetCurrentContext()); in getContextMethodCustom()