Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc83 int ContextChainDepth(Scope* scope) { in ContextChainDepth() function in v8::internal::interpreter::BytecodeGenerator::ContextScope
1564 DCHECK_EQ(0, execution_context()->ContextChainDepth(variable->scope())); in VisitVariableDeclaration()
1604 DCHECK_EQ(0, execution_context()->ContextChainDepth(variable->scope())); in VisitFunctionDeclaration()
2905 int depth = execution_context()->ContextChainDepth(brand->scope()); in BuildPrivateBrandInitialization()
3565 int depth = execution_context()->ContextChainDepth(variable->scope()); in BuildVariableLoad()
3592 execution_context()->ContextChainDepth(local_variable->scope()); in BuildVariableLoad()
3616 int depth = execution_context()->ContextChainDepth(variable->scope()); in BuildVariableLoad()
3749 int depth = execution_context()->ContextChainDepth(variable->scope()); in BuildVariableAssignment()
3797 int depth = execution_context()->ContextChainDepth(variable->scope()); in BuildVariableAssignment()