Searched refs:GetReceiverScope (Results 1 – 5 of 5) sorted by relevance
542 DeclarationScope* GetReceiverScope();1221 GetReceiverScope()->receiver()->ForceContextAllocation();1357 DeclarationScope* receiver_scope = GetReceiverScope();
1486 return GetReceiverScope()->should_ban_arguments(); in ShouldBanArguments()1489 DeclarationScope* Scope::GetReceiverScope() { in GetReceiverScope() function in v8::internal::Scope
1047 DeclarationScope* GetReceiverScope() const { in GetReceiverScope() function1048 return scope()->GetReceiverScope(); in GetReceiverScope()1116 DeclarationScope* receiver_scope = closure_scope->GetReceiverScope(); in UseThis()3754 DeclarationScope* scope = GetReceiverScope(); in ParseSuperExpression()3800 if (!GetReceiverScope()->is_function_scope()) { in ParseNewTargetExpression()
299 if (IsStatic(scope()->GetReceiverScope()->function_kind())) { in NewSuperPropertyReference()503 original_scope_->GetReceiverScope()->DeserializeReceiver( in DeserializeScopeChain()
5662 Variable* var = closure_scope()->GetReceiverScope()->receiver(); in VisitCallSuper()6495 DeclarationScope* receiver_scope = closure_scope()->GetReceiverScope(); in BuildThisVariableLoad()