Searched refs:LookupLocal (Results 1 – 4 of 4) sorted by relevance
375 Variable* Scope::LookupLocal(const AstRawString* name) { in LookupLocal() function in v8::internal::Scope444 Variable* var = scope->LookupLocal(name); in Lookup()975 Variable* var = LookupLocal(proxy->raw_name()); in LookupRecursive()1245 Variable* arguments = LookupLocal(ast_value_factory_->arguments_string()); in AllocateParameterLocals()
104 Variable* LookupLocal(const AstRawString* name);
556 Variable* var = scope->LookupLocal(it.name()); in Create()
1295 if (scope->LookupLocal(it.name()) == NULL) { in ParseModuleLiteral()1744 : declaration_scope->LookupLocal(name); in Declare()