summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/language/statements/debugger/expression.js
blob: 7b4c4f5b86dc78de1428f4d92dc27401f7340fcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// |reftest| error:SyntaxError
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: The `debugger` token may not occupy an expression position
esid: sec-debugger-statement
es6id: 13.16
negative:
  phase: parse
  type: SyntaxError
---*/

$DONOTEVALUATE();

(debugger);