Home | History | Annotate | Download | only in templates

Lines Matching defs:scriptState

48     ScriptState* scriptState = ScriptState::current(info.GetIsolate());
168 ScriptState* scriptState = ScriptState::from(info.GetIsolate()->GetCurrentContext());
169 V8PerContextData* contextData = scriptState->perContextData();
171 if (scriptState->world().isIsolatedWorld() && contextData && contextData->activityLogger())
321 ScriptState* scriptState = ScriptState::from(info.GetIsolate()->GetCurrentContext());
322 V8PerContextData* contextData = scriptState->perContextData();
324 if (scriptState->world().isIsolatedWorld() && contextData && contextData->activityLogger()) {