Searched refs:scope_info_ (Results 1 – 3 of 3) sorted by relevance
112 num_heap_slots_ = scope_info_->ContextLength(); in Scope()177 scope_info_ = scope_info; in SetDefaults()377 if (result != NULL || scope_info_.is_null()) { in LookupLocal()386 DCHECK(scope_info_->StackSlotIndex(*name_handle) < 0); in LookupLocal()393 int index = ScopeInfo::ContextSlotIndex(scope_info_, name_handle, &mode, in LookupLocal()397 index = scope_info_->ParameterIndex(*name_handle); in LookupLocal()420 } else if (!scope_info_.is_null()) { in LookupFunctionVar()423 int index = scope_info_->FunctionContextSlotIndex(*(name->string()), &mode); in LookupFunctionVar()747 if (scope_info_.is_null()) { in GetScopeInfo()748 scope_info_ = ScopeInfo::Create(this, zone()); in GetScopeInfo()[all …]
505 Handle<ScopeInfo> scope_info_; variable
7874 Handle<ScopeInfo> scope_info() const { return scope_info_; } in scope_info()7888 : scope_info_(scope_info) { in DECLARE_CONCRETE_INSTRUCTION()7894 Handle<ScopeInfo> scope_info_; variable