Searched refs:LookupInScopeInfo (Results 1 – 2 of 2) sorted by relevance
180 return LookupInScopeInfo(name); in NON_EXPORTED_BASE()183 Variable* LookupInScopeInfo(const AstRawString* name); in NON_EXPORTED_BASE()
963 Variable* Scope::LookupInScopeInfo(const AstRawString* name) { in LookupInScopeInfo() function in v8::internal::Scope