Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.cc61 int ContextChainDepth(Scope* scope) { in ContextChainDepth() function in v8::internal::interpreter::BASE_EMBEDDED
909 DCHECK_EQ(0, execution_context()->ContextChainDepth(variable->scope())); in VisitVariableDeclaration()
956 DCHECK_EQ(0, execution_context()->ContextChainDepth(variable->scope())); in VisitFunctionDeclaration()
1957 int depth = execution_context()->ContextChainDepth(variable->scope()); in BuildVariableLoad()
1984 execution_context()->ContextChainDepth(local_variable->scope()); in BuildVariableLoad()
2005 int depth = execution_context()->ContextChainDepth(variable->scope()); in BuildVariableLoad()
2144 int depth = execution_context()->ContextChainDepth(variable->scope()); in BuildVariableAssignment()
2191 int depth = execution_context()->ContextChainDepth(variable->scope()); in BuildVariableAssignment()