Home | History | Annotate | Download | only in v8

Lines Matching refs:m_scriptState

96     , m_scriptState(scriptState)
118 v8::Handle<v8::Context> context = m_scriptState->context();
130 v8::HandleScope handleScope(m_scriptState->isolate());
161 if (m_scriptState->contextIsValid())
163 ScriptState::Scope scope(m_scriptState.get());
164 v8::Isolate* isolate = m_scriptState->isolate();
165 v8::Handle<v8::Context> context = m_scriptState->context();
166 v8::Handle<v8::Object> receiver = m_scriptState->world().domDataStore().get<V8Element>(element, isolate);
211 if (m_scriptState->contextIsValid())
213 ScriptState::Scope scope(m_scriptState.get());
214 v8::Isolate* isolate = m_scriptState->isolate();
215 v8::Handle<v8::Context> context = m_scriptState->context();
244 if (m_scriptState->contextIsValid())
246 ScriptState::Scope scope(m_scriptState.get());
247 v8::Isolate* isolate = m_scriptState->isolate();
248 v8::Handle<v8::Context> context = m_scriptState->context();