Home | History | Annotate | Download | only in src

Lines Matching refs:ZoneList

95   ZoneList<Declaration*>* decls = scope->declarations();
174 ZoneList<Statement*>* body = fun->body();
304 void AsmTyper::VisitStatements(ZoneList<Statement*>* stmts) {
390 ZoneList<CaseClause*>* clauses = stmt->cases();
412 ZoneList<Statement*>* stmts = clause->statements();
623 ZoneList<ObjectLiteralProperty*>* props = expr->properties();
641 ZoneList<Expression*>* values = expr->values();
928 ZoneList<Expression*>* args = expr->arguments();
969 ZoneList<Expression*>* args = expr->arguments();
991 ZoneList<Expression*>* args = expr->arguments();
1242 void AsmTyper::VisitDeclarations(ZoneList<Declaration*>* decls) {