Home | History | Annotate | Download | only in src

Lines Matching refs:statements

326 // CAUTION: This macro appends extra statements after a call,
1262 // Construct block expecting 16 statements.
1606 // statements, which themselves are only valid within blocks,
1607 // iterations or 'switch' statements (i.e., BreakableStatements),
1609 // trivial labeled break statements 'label: break label' which is
1651 // try-statements. When breaking out of a try-finally statement,
1823 // statements: the corresponding function (or const) variable must be in the
2006 // Construct block expecting 16 statements.
2024 // The harmony mode uses block elements instead of statements.
2029 // Construct block expecting 16 statements.
2034 // Parse the statements and collect escaping labels.
2196 // statements).
2529 // Parse labeled break statements that target themselves into
2530 // empty statements, e.g. 'l1: l2: l3: break l2;'
2644 ZoneList<Statement*>* statements =
2650 statements->Add(stat, zone());
2653 return factory()->NewCaseClause(label, statements, pos);
2826 // Allow do-statements to be terminated with and without