Searched refs:GetClosureScope (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/parsing/ |
D | rewriter.cc | 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()
|
D | parser.cc | 365 GetClosureScope()->ForceEagerCompilation(); in NewV8Intrinsic() 962 DeclarationScope* outer_function = outer->GetClosureScope(); in DoParseFunction() 1902 GetClosureScope()->ForceEagerCompilation(); in DeclareNative()
|
D | parser-base.h | 836 V8_INLINE DeclarationScope* GetClosureScope() const { in GetClosureScope() function 837 return scope()->GetClosureScope(); in GetClosureScope() 1115 DeclarationScope* closure_scope = scope()->GetClosureScope(); in UseThis()
|
/third_party/node/deps/v8/src/ast/ |
D | scopes.cc | 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::Scope 1468 DeclarationScope* Scope::GetClosureScope() { in GetClosureScope() function in v8::internal::Scope 1478 DCHECK(GetClosureScope()->ShouldEagerCompile()); in NeedsScopeInfo() 2325 if (var->scope()->GetClosureScope() != scope->GetClosureScope()) { in UpdateNeedsHoleCheck() [all …]
|
D | scopes.h | 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()),
|
/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-generator.cc | 1170 DCHECK_EQ(closure_scope(), closure_scope()->GetClosureScope()); in BytecodeGenerator()
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 45229 DCHECK_EQ(new_parent, new_parent->GetClosureScope()); 45242 - DeclarationScope* outer_closure = outer_scope->GetClosureScope(); 45243 + DeclarationScope* outer_closure = outer_scope_->GetClosureScope(); 45394 - top_local_(scope->GetClosureScope()->locals_.end()) { 45399 + top_local_(scope->GetClosureScope()->locals_.end()),
|