Home | History | Annotate | Download | only in parsing

Lines Matching refs:DEBUGGER

1831     case Token::DEBUGGER:
3689 // INTERNAL variable that's invisible to the debugger
3879 // In ECMA-262 'debugger' is defined as a reserved keyword. In some browser
3880 // contexts this is used as a statement which invokes the debugger as i a
3883 // 'debugger' ';'
3886 Expect(Token::DEBUGGER, CHECK_OK);