Home
last modified time | relevance | path

Searched refs:NeedsContext (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/ast/
Dscopes.h358 bool NeedsContext() const { in NeedsContext() function
Dscopes.cc751 if (s->NeedsContext()) n++; in ContextChainLength()
764 if (NeedsContext()) { in MaxNestedContextChainLength()
/external/v8/src/full-codegen/
Dfull-codegen.h209 lit->scope()->NeedsContext()) {} in NestedClassLiteral()
Dfull-codegen.cc1893 needs_block_context_ = scope->NeedsContext(); in EnterBlockScopeIfNeeded()
/external/v8/src/interpreter/
Dbytecode-generator.cc580 if (scope()->NeedsContext()) { in MakeBytecode()
710 if (stmt->scope() != nullptr && stmt->scope()->NeedsContext()) { in VisitBlock()
/external/v8/src/compiler/
Dast-graph-builder.cc1206 if (stmt->scope()->NeedsContext()) { in VisitBlock()
/external/v8/src/crankshaft/
Dhydrogen.cc4863 if (scope->NeedsContext()) { in VisitBlock()