Home | History | Annotate | Download | only in src

Lines Matching refs:decl

528     Declaration* decl = decls_[i];
529 if (decl->mode() != VAR) continue;
530 Handle<String> name = decl->proxy()->name();
534 Scope* current = decl->scope();
539 return decl;