Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h137 Variable* LookupFunctionVar(const AstRawString* name,
Dscopes.cc470 Variable* Scope::LookupFunctionVar(const AstRawString* name, in LookupFunctionVar() function in v8::internal::Scope
1129 var = LookupFunctionVar(proxy->raw_name(), factory); in LookupRecursive()