Home
last modified time | relevance | path

Searched refs:scope_info_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dscopes.cc132 num_heap_slots_ = scope_info_->ContextLength(); in Scope()
209 scope_info_ = scope_info; in SetDefaults()
414 if (result != NULL || scope_info_.is_null()) { in LookupLocal()
423 DCHECK(scope_info_->StackSlotIndex(*name_handle) < 0 || is_block_scope()); in LookupLocal()
430 int index = ScopeInfo::ContextSlotIndex(scope_info_, name_handle, &mode, in LookupLocal()
434 index = ScopeInfo::ContextGlobalSlotIndex(scope_info_, name_handle, &mode, in LookupLocal()
439 index = scope_info_->ParameterIndex(*name_handle); in LookupLocal()
457 index == scope_info_->ReceiverContextSlotIndex()) { in LookupLocal()
474 } else if (!scope_info_.is_null()) { in LookupFunctionVar()
477 int index = scope_info_->FunctionContextSlotIndex(*(name->string()), &mode); in LookupFunctionVar()
[all …]
Dscopes.h706 Handle<ScopeInfo> scope_info_; variable
/external/v8/src/crankshaft/
Dhydrogen-instructions.h7787 Handle<ScopeInfo> scope_info() const { return scope_info_; } in scope_info()
7801 : scope_info_(scope_info) { in DECLARE_CONCRETE_INSTRUCTION()
7807 Handle<ScopeInfo> scope_info_; variable