Searched defs:script_context (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/compiler/
H A Djs-global-object-specialization.cc249 Handle<Context> script_context = ScriptContextTable::GetContext( local
251 result->context = script_context;
/external/v8/src/
H A Dcontexts.cc17 Handle<ScriptContextTable> table, Handle<Context> script_context) {
34 DCHECK(script_context->IsScriptContext());
35 result->set(used + kFirstContextSlot, *script_context);
135 Context* Context::script_context() { function in class:v8::internal::Context
16 Extend( Handle<ScriptContextTable> table, Handle<Context> script_context) argument
H A Dcode-stubs-hydrogen.cc656 HValue* script_context = BuildGetScriptContext(context_index); local
657 return Add<HLoadNamedField>(script_context, nullptr,
672 HValue* script_context = BuildGetScriptContext(context_index); local
673 Add<HStoreNamedField>(script_context,
/external/v8/src/debug/
H A Ddebug-scopes.cc724 Handle<Context> script_context = ScriptContextTable::GetContext( local
726 script_context->set(lookup_result.slot_index, *new_value);
/external/v8/src/runtime/
H A Druntime-scopes.cc604 Handle<ScriptContextTable> script_context) {
610 if (ScriptContextTable::Lookup(script_context, name, &lookup)) {
744 Context* host = Context::cast(isolate->context())->script_context();
766 previous->script_context()->set(index, *context);
602 FindNameClash(Handle<ScopeInfo> scope_info, Handle<JSGlobalObject> global_object, Handle<ScriptContextTable> script_context) argument
/external/v8/src/ic/
H A Dic.cc1510 Handle<Context> script_context = ScriptContextTable::GetContext( local
1517 FixedArray::get(*script_context, lookup_result.slot_index, isolate());
1532 script_context->set(lookup_result.slot_index, *value);
2342 Handle<Context> script_context = ScriptContextTable::GetContext( local
2345 FixedArray::get(*script_context, lookup_result.slot_index, isolate);
/external/v8/src/crankshaft/
H A Dhydrogen.cc3452 HValue* script_context = context(); local
3456 Push(script_context);
3460 loop.BeginBody(2); // Drop script_context and depth from last environment
3463 script_context = Pop();
3465 script_context = Add<HLoadNamedField>(
3466 script_context, nullptr,
3475 Push(script_context); // The result.
3480 Push(script_context);
3486 script_context = Pop();
3490 script_context
5831 Handle<Context> script_context = ScriptContextTable::GetContext( local
7009 Handle<Context> script_context = local
[all...]

Completed in 382 milliseconds