Home | History | Annotate | Download | only in src

Lines Matching full:terminator

511   //   'continue' [no line terminator] Identifier? ';'
528 // 'break' [no line terminator] Identifier? ';'
545 // 'return' [no line terminator] Expression? ';'
715 // 'throw' [no line terminator] Expression ';'