mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 07:25:15 +02:00
Class Fields: eval-err-contains-newcall.case => eval-err-contains-newtarget.case
This commit is contained in:
parent
3996741ca0
commit
7bb3bfe7fd
@ -1,28 +0,0 @@
|
|||||||
// Copyright (C) 2017 Valerie Young. All rights reserved.
|
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
|
||||||
|
|
||||||
/*---
|
|
||||||
desc: error if `new.call` in StatementList of eval
|
|
||||||
info: |
|
|
||||||
Additional Early Error Rules for Eval Inside Initializer
|
|
||||||
These static semantics are applied by PerformEval when a direct eval call occurs inside a class field initializer.
|
|
||||||
ScriptBody : StatementList
|
|
||||||
|
|
||||||
...
|
|
||||||
The remaining eval rules apply as outside a constructor, inside a method, and inside a function.
|
|
||||||
|
|
||||||
Additional Early Error Rules for Eval Outside Functions
|
|
||||||
These static semantics are applied by PerformEval when a direct eval call occurs outside of any function.
|
|
||||||
ScriptBody:StatementList
|
|
||||||
|
|
||||||
It is a Syntax Error if StatementList Contains NewTarget.
|
|
||||||
features: [class, class-fields-public]
|
|
||||||
template: initializer-eval
|
|
||||||
---*/
|
|
||||||
|
|
||||||
//- initializer
|
|
||||||
new.call
|
|
||||||
//- earlyerror
|
|
||||||
SyntaxError
|
|
||||||
//- executionerror
|
|
||||||
SyntaxError
|
|
@ -16,9 +16,13 @@ info: |
|
|||||||
ScriptBody:StatementList
|
ScriptBody:StatementList
|
||||||
|
|
||||||
It is a Syntax Error if StatementList Contains NewTarget.
|
It is a Syntax Error if StatementList Contains NewTarget.
|
||||||
features: [class, class-fields-public, new.target]
|
features: [class, class-fields-public]
|
||||||
template: initializer-eval-newtarget
|
template: initializer-eval
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
//- initializer
|
//- initializer
|
||||||
new.target
|
new.target
|
||||||
|
//- earlyerror
|
||||||
|
SyntaxError
|
||||||
|
//- executionerror
|
||||||
|
SyntaxError
|
||||||
|
Loading…
x
Reference in New Issue
Block a user