Searched refs:GetClosureScope (Results 1 – 6 of 6) sorted by relevance
30 DCHECK_EQ(closure_scope, closure_scope->GetClosureScope()); in Processor()44 DCHECK_EQ(closure_scope, closure_scope->GetClosureScope()); in Processor()394 DCHECK_EQ(scope, scope->GetClosureScope()); in DECLARATION_NODE_LIST()
365 GetClosureScope()->ForceEagerCompilation(); in NewV8Intrinsic()962 DeclarationScope* outer_function = outer->GetClosureScope(); in DoParseFunction()1905 GetClosureScope()->ForceEagerCompilation(); in DeclareNative()
836 V8_INLINE DeclarationScope* GetClosureScope() const { in GetClosureScope() function837 return scope()->GetClosureScope(); in GetClosureScope()1115 DeclarationScope* closure_scope = scope()->GetClosureScope(); in UseThis()
385 DeclarationScope* scope = GetClosureScope(); in HasSimpleParameters()886 DCHECK_EQ(GetClosureScope(), this); in AddLocal()893 DCHECK_EQ(new_parent, new_parent->GetClosureScope()); in Reparent()921 DeclarationScope* outer_closure = outer_scope_->GetClosureScope(); in Reparent()925 DCHECK_EQ(local->scope(), local->scope()->GetClosureScope()); in Reparent()1251 DeclarationScope* scope = GetClosureScope(); in NewTemporary()1460 const DeclarationScope* Scope::GetClosureScope() const { in GetClosureScope() function in v8::internal::Scope1468 DeclarationScope* Scope::GetClosureScope() { in GetClosureScope() function in v8::internal::Scope1478 DCHECK(GetClosureScope()->ShouldEagerCompile()); in NeedsScopeInfo()2325 if (var->scope()->GetClosureScope() != scope->GetClosureScope()) { in UpdateNeedsHoleCheck()[all …]
537 DeclarationScope* GetClosureScope();538 const DeclarationScope* GetClosureScope() const;1172 DCHECK_EQ(this, GetClosureScope());1175 s = s->outer_scope()->GetClosureScope()) {1370 top_local_(scope->GetClosureScope()->locals_.end()),
1170 DCHECK_EQ(closure_scope(), closure_scope()->GetClosureScope()); in BytecodeGenerator()