Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h385 int ContextChainLengthUntilOutermostSloppyEval() const; in NON_EXPORTED_BASE()
Dscopes.cc1331 int Scope::ContextChainLengthUntilOutermostSloppyEval() const { in ContextChainLengthUntilOutermostSloppyEval() function in v8::internal::Scope
/external/v8/src/interpreter/
Dbytecode-generator.cc1994 closure_scope()->ContextChainLengthUntilOutermostSloppyEval(); in BuildVariableLoad()