Home
last modified time | relevance | path

Searched refs:GetClosureScope (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/ast/
H A Dscopes.cc385 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::Scope
1468 DeclarationScope* Scope::GetClosureScope() { in GetClosureScope() function in v8::internal::Scope
1478 DCHECK(GetClosureScope()->ShouldEagerCompile()); in NeedsScopeInfo()
2325 if (var->scope()->GetClosureScope() ! in UpdateNeedsHoleCheck()
[all...]
H A Dscopes.h537 DeclarationScope* GetClosureScope();
538 const DeclarationScope* GetClosureScope() const;
1172 DCHECK_EQ(this, GetClosureScope()); in ForceEagerCompilation()
1175 s = s->outer_scope()->GetClosureScope()) { in ForceEagerCompilation()
1370 top_local_(scope->GetClosureScope()->locals_.end()), in Snapshot()
/third_party/node/deps/v8/src/parsing/
H A Drewriter.cc30 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 Rewrite()
H A Dparser.cc365 GetClosureScope()->ForceEagerCompilation(); in NewV8Intrinsic()
962 DeclarationScope* outer_function = outer->GetClosureScope(); in DoParseFunction()
1905 GetClosureScope()->ForceEagerCompilation(); in DeclareNative()
H A Dparser-base.h836 V8_INLINE DeclarationScope* GetClosureScope() const { in GetClosureScope() function in v8::internal::ParseFunctionFlag::ParserBase
837 return scope()->GetClosureScope(); in GetClosureScope()
1115 DeclarationScope* closure_scope = scope()->GetClosureScope(); in UseThis()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc1170 DCHECK_EQ(closure_scope(), closure_scope()->GetClosureScope()); in BytecodeGenerator()

Completed in 33 milliseconds