Home
last modified time | relevance | path

Searched refs:SCOPE_INFO_INDEX (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dcontexts.tq11 return *ContextSlot(this, ContextSlot::SCOPE_INFO_INDEX);
48 InitContextSlot(result, ContextSlot::SCOPE_INFO_INDEX, kEmptyScopeInfo);
91 SCOPE_INFO_INDEX: Slot<Context, ScopeInfo>,
Dcontexts.cc538 Context::OffsetOfElementAt(NativeContext::SCOPE_INFO_INDEX));
Dcontexts.h533 SCOPE_INFO_INDEX, enumerator
/third_party/node/deps/v8/src/builtins/
Dbuiltins-async-gen.cc98 LoadContextElement(native_context, Context::SCOPE_INFO_INDEX); in Await()
100 closure_context, Context::SCOPE_INFO_INDEX, empty_scope_info); in Await()
/third_party/node/deps/v8/src/compiler/
Djs-create-lowering.cc1239 a.Store(AccessBuilder::ForContextSlot(Context::SCOPE_INFO_INDEX), in ReduceJSCreateFunctionContext()
1266 a.Store(AccessBuilder::ForContextSlot(Context::SCOPE_INFO_INDEX), scope_info); in ReduceJSCreateWithContext()
1286 a.Store(AccessBuilder::ForContextSlot(Context::SCOPE_INFO_INDEX), scope_info); in ReduceJSCreateCatchContext()
1310 a.Store(AccessBuilder::ForContextSlot(Context::SCOPE_INFO_INDEX), in ReduceJSCreateBlockContext()
Dtyper.cc1482 case Context::SCOPE_INFO_INDEX: in TypeJSLoadContext()
Djs-typed-lowering.cc1371 AccessBuilder::ForContextSlot(Context::SCOPE_INFO_INDEX)), in ReduceJSHasContextExtension()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1318 entry, "scope_info", context.get(Context::SCOPE_INFO_INDEX), in ExtractContextReferences()
1319 FixedArray::OffsetOfElementAt(Context::SCOPE_INFO_INDEX)); in ExtractContextReferences()
/third_party/node/deps/v8/src/diagnostics/
Dgdb-jit.cc1128 DCHECK_EQ(Context::SCOPE_INFO_INDEX, 0); in WriteBodyInternal()
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc3407 CAST(LoadContextElement(script_context, Context::SCOPE_INFO_INDEX)); in ScriptContextTableLookup()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc2790 return CAST(LoadContextElement(context, Context::SCOPE_INFO_INDEX)); in LoadScopeInfo()