Home
last modified time | relevance | path

Searched refs:ContextLength (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dscope-info.cc372 var_index == scope_info.ContextLength() - 1); in Create()
408 DCHECK_EQ(scope->num_heap_slots(), scope_info_handle->ContextLength()); in Create()
464 DCHECK_EQ(scope_info->ContextHeaderLength(), scope_info->ContextLength()); in CreateForWithScope()
566 DCHECK_EQ(scope_info->ContextLength(), 0); in CreateForBootstrapping()
568 DCHECK_EQ(scope_info->ContextLength(), in CreateForBootstrapping()
685 int ScopeInfo::ContextLength() const { in ContextLength() function in v8::internal::ScopeInfo
807 bool ScopeInfo::HasContext() const { return ContextLength() > 0; } in HasContext()
970 DCHECK_LT(context_slot, ContextLength()); in ContextSlotIndex()
Dscope-info.h82 int ContextLength() const;
/third_party/node/deps/v8/src/compiler/
Dheap-refs.h861 int ContextLength() const;
Dheap-refs.cc1548 HEAP_ACCESSOR_C(ScopeInfo, int, ContextLength) in HEAP_ACCESSOR_C() argument
Djs-create-lowering.cc1298 int const context_length = scope_info.ContextLength(); in ReduceJSCreateBlockContext()
/third_party/node/deps/v8/src/heap/
Dfactory.cc1195 int variadic_part_length = scope_info->ContextLength(); in NewScriptContext()
1221 int variadic_part_length = scope_info->ContextLength(); in NewModuleContext()
1246 int variadic_part_length = scope_info->ContextLength(); in NewFunctionContext()
1320 int variadic_part_length = scope_info->ContextLength(); in NewBlockContext()
/third_party/node/deps/v8/src/ast/
Dscopes.cc2820 DCHECK_LT(slot_index, scope_info->ContextLength()); in FinalizeReparsedClassScope()