Lines Matching defs:stmt
70 void AstTyper::ObserveTypesAtOsrEntry(IterationStatement* stmt) { in ObserveTypesAtOsrEntry()
130 Statement* stmt = stmts->at(i); in VisitStatements() local
137 void AstTyper::VisitBlock(Block* stmt) { in VisitBlock()
145 void AstTyper::VisitExpressionStatement(ExpressionStatement* stmt) { in VisitExpressionStatement()
150 void AstTyper::VisitEmptyStatement(EmptyStatement* stmt) { in VisitEmptyStatement()
154 void AstTyper::VisitIfStatement(IfStatement* stmt) { in VisitIfStatement()
173 void AstTyper::VisitContinueStatement(ContinueStatement* stmt) { in VisitContinueStatement()
178 void AstTyper::VisitBreakStatement(BreakStatement* stmt) { in VisitBreakStatement()
183 void AstTyper::VisitReturnStatement(ReturnStatement* stmt) { in VisitReturnStatement()
193 void AstTyper::VisitWithStatement(WithStatement* stmt) { in VisitWithStatement()
199 void AstTyper::VisitSwitchStatement(SwitchStatement* stmt) { in VisitSwitchStatement()
250 void AstTyper::VisitDoWhileStatement(DoWhileStatement* stmt) { in VisitDoWhileStatement()
267 void AstTyper::VisitWhileStatement(WhileStatement* stmt) { in VisitWhileStatement()
281 void AstTyper::VisitForStatement(ForStatement* stmt) { in VisitForStatement()
302 void AstTyper::VisitForInStatement(ForInStatement* stmt) { in VisitForInStatement()
315 void AstTyper::VisitForOfStatement(ForOfStatement* stmt) { in VisitForOfStatement()
323 void AstTyper::VisitTryCatchStatement(TryCatchStatement* stmt) { in VisitTryCatchStatement()
338 void AstTyper::VisitTryFinallyStatement(TryFinallyStatement* stmt) { in VisitTryFinallyStatement()
345 void AstTyper::VisitDebuggerStatement(DebuggerStatement* stmt) { in VisitDebuggerStatement()
781 void AstTyper::VisitModuleStatement(ModuleStatement* stmt) { in VisitModuleStatement()