Home | History | Annotate | Download | only in v8

Lines Matching refs:m_scriptState

154         m_scriptState->disposePerContextData();
172 m_scriptState = ScriptState::create(context, m_world);
174 ScriptState::Scope scope(m_scriptState.get());
181 v8::Handle<v8::Function> workerGlobalScopeConstructor = m_scriptState->perContextData()->constructorForType(wrapperTypeInfo);
184 m_scriptState->disposePerContextData();
191 v8::Handle<v8::Object> globalObject = v8::Handle<v8::Object>::Cast(m_scriptState->context()->Global()->GetPrototype());
202 ScriptState::Scope scope(m_scriptState.get());
205 m_scriptState->context()->AllowCodeGenerationFromStrings(false);
206 m_scriptState->context()->SetErrorMessageForCodeGenerationFromStrings(v8String(m_isolate, m_disableEvalPending));
229 m_globalScopeExecutionState->exception = ScriptValue(m_scriptState.get(), block.Exception());
238 return ScriptValue(m_scriptState.get(), result);
259 V8ErrorHandler::storeExceptionOnErrorEventWrapper(errorEvent->get(), state.exception.v8Value(), m_scriptState->context()->Global(), m_isolate);