Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.cc63 int ContextChainDepth(Scope* scope) { in ContextChainDepth() function in v8::internal::interpreter::BASE_EMBEDDED
1208 DCHECK_EQ(0, execution_context()->ContextChainDepth(variable->scope())); in VisitVariableDeclaration()
1256 DCHECK_EQ(0, execution_context()->ContextChainDepth(variable->scope())); in VisitFunctionDeclaration()
2579 int depth = execution_context()->ContextChainDepth(variable->scope()); in BuildVariableLoad()
2606 execution_context()->ContextChainDepth(local_variable->scope()); in BuildVariableLoad()
2628 int depth = execution_context()->ContextChainDepth(variable->scope()); in BuildVariableLoad()
2760 int depth = execution_context()->ContextChainDepth(variable->scope()); in BuildVariableAssignment()
2808 int depth = execution_context()->ContextChainDepth(variable->scope()); in BuildVariableAssignment()