Home | History | Annotate | Download | only in src

Lines Matching refs:scope_info

1086       Handle<ScopeInfo> scope_info = scope_->GetScopeInfo();
1087 int heap_slots = scope_info->ContextLength() - Context::MIN_CONTEXT_SLOTS;
1088 __ Push(scope_info);
1594 code, Handle<ScopeInfo>(fun->shared()->scope_info()));