Searched refs:ContextChainDepth (Results 1 – 1 of 1) sorted by relevance
63 int ContextChainDepth(Scope* scope) { in ContextChainDepth() function in v8::internal::interpreter::BASE_EMBEDDED1208 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()