early-super.js 328 B

123456789101112131415
  1. // Copyright (C) 2015 the V8 project authors. All rights reserved.
  2. // This code is governed by the BSD license found in the LICENSE file.
  3. /*---
  4. es6id: 15.2.1.1
  5. description: >
  6. It is a Syntax Error if ModuleItemList Contains super.
  7. flags: [module]
  8. negative:
  9. phase: parse
  10. type: SyntaxError
  11. ---*/
  12. $DONOTEVALUATE();
  13. super;