Searched refs:LookupLocal (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.cc375 Variable* Scope::LookupLocal(const AstRawString* name) { function in class:v8::internal::Scope
444 Variable* var = scope->LookupLocal(name);
975 Variable* var = LookupLocal(proxy->raw_name());
1245 Variable* arguments = LookupLocal(ast_value_factory_->arguments_string());
H A Dscopes.h104 Variable* LookupLocal(const AstRawString* name);
H A Dscopeinfo.cc556 Variable* var = scope->LookupLocal(it.name());
H A Dparser.cc1295 if (scope->LookupLocal(it.name()) == NULL) {
1744 : declaration_scope->LookupLocal(name);

Completed in 1529 milliseconds