Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h162 return LookupInScopeInfo(name); in NON_EXPORTED_BASE()
165 Variable* LookupInScopeInfo(const AstRawString* name); in NON_EXPORTED_BASE()
Dscopes.cc883 Variable* Scope::LookupInScopeInfo(const AstRawString* name) { in LookupInScopeInfo() function in v8::internal::Scope