diff --git a/test/language/expressions/arrow-function/eval-var-scope-syntax-err.js b/test/language/expressions/arrow-function/eval-var-scope-syntax-err.js index 7bd1dc791d..6c91d6f36f 100644 --- a/test/language/expressions/arrow-function/eval-var-scope-syntax-err.js +++ b/test/language/expressions/arrow-function/eval-var-scope-syntax-err.js @@ -1,8 +1,8 @@ // This file was procedurally generated from the following sources: // - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/arrow-function.template +// - src/function-forms/error-no-strict/arrow-function.template /*--- -description: sloppy direct eval in params introduces var (arrow function expression) +description: sloppy direct eval in params introduces var (arrow function expression in sloppy code) esid: sec-arrow-function-definitions-runtime-semantics-evaluation features: [default-parameters] flags: [generated, noStrict] diff --git a/test/language/expressions/async-arrow-function/eval-var-scope-syntax-err.js b/test/language/expressions/async-arrow-function/eval-var-scope-syntax-err.js index e96c922340..b513b08535 100644 --- a/test/language/expressions/async-arrow-function/eval-var-scope-syntax-err.js +++ b/test/language/expressions/async-arrow-function/eval-var-scope-syntax-err.js @@ -1,11 +1,11 @@ // This file was procedurally generated from the following sources: // - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/async-arrow-function.template +// - src/function-forms/error-no-strict/async-arrow-function.template /*--- -description: sloppy direct eval in params introduces var (async arrow function expression) +description: sloppy direct eval in params introduces var (async arrow function expression in sloppy code) esid: sec-async-arrow-function-definitions features: [default-parameters, async-functions] -flags: [generated, noStrict, async] +flags: [generated, async, noStrict] info: | 14.7 Async Arrow Function Definitions diff --git a/test/language/expressions/async-function/named-eval-var-scope-syntax-err.js b/test/language/expressions/async-function/named-eval-var-scope-syntax-err.js index 5546af27bb..aa901c7ba5 100644 --- a/test/language/expressions/async-function/named-eval-var-scope-syntax-err.js +++ b/test/language/expressions/async-function/named-eval-var-scope-syntax-err.js @@ -1,11 +1,11 @@ // This file was procedurally generated from the following sources: // - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/async-func-expr-named.template +// - src/function-forms/error-no-strict/async-func-expr-named.template /*--- -description: sloppy direct eval in params introduces var (async function named expression) +description: sloppy direct eval in params introduces var (async function named expression in sloppy code) esid: sec-async-function-definitions features: [default-parameters, async-functions] -flags: [generated, noStrict, async] +flags: [generated, async, noStrict] info: | 14.6 Async Function Definitions diff --git a/test/language/expressions/async-function/nameless-eval-var-scope-syntax-err.js b/test/language/expressions/async-function/nameless-eval-var-scope-syntax-err.js index ebff44e29f..2478b4eff9 100644 --- a/test/language/expressions/async-function/nameless-eval-var-scope-syntax-err.js +++ b/test/language/expressions/async-function/nameless-eval-var-scope-syntax-err.js @@ -1,11 +1,11 @@ // This file was procedurally generated from the following sources: // - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/async-func-expr-nameless.template +// - src/function-forms/error-no-strict/async-func-expr-nameless.template /*--- -description: sloppy direct eval in params introduces var (async function nameless expression) +description: sloppy direct eval in params introduces var (async function nameless expression in sloppy code) esid: sec-async-function-definitions features: [default-parameters, async-functions] -flags: [generated, noStrict, async] +flags: [generated, async, noStrict] info: | 14.6 Async Function Definitions diff --git a/test/language/expressions/async-generator/eval-var-scope-syntax-err.js b/test/language/expressions/async-generator/eval-var-scope-syntax-err.js index f63b08002f..94427bfd09 100644 --- a/test/language/expressions/async-generator/eval-var-scope-syntax-err.js +++ b/test/language/expressions/async-generator/eval-var-scope-syntax-err.js @@ -1,8 +1,8 @@ // This file was procedurally generated from the following sources: // - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/async-gen-func-expr.template +// - src/function-forms/error-no-strict/async-gen-func-expr.template /*--- -description: sloppy direct eval in params introduces var (async generator function expression) +description: sloppy direct eval in params introduces var (async generator function expression in sloppy code) esid: sec-asyncgenerator-definitions-evaluation features: [default-parameters, async-iteration] flags: [generated, noStrict] diff --git a/test/language/expressions/async-generator/named-eval-var-scope-syntax-err.js b/test/language/expressions/async-generator/named-eval-var-scope-syntax-err.js index 62dc0222f1..731483ffd4 100644 --- a/test/language/expressions/async-generator/named-eval-var-scope-syntax-err.js +++ b/test/language/expressions/async-generator/named-eval-var-scope-syntax-err.js @@ -1,8 +1,8 @@ // This file was procedurally generated from the following sources: // - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/async-gen-named-func-expr.template +// - src/function-forms/error-no-strict/async-gen-named-func-expr.template /*--- -description: sloppy direct eval in params introduces var (async generator named function expression) +description: sloppy direct eval in params introduces var (async generator named function expression in sloppy code) esid: sec-asyncgenerator-definitions-evaluation features: [default-parameters, async-iteration] flags: [generated, noStrict] diff --git a/test/language/expressions/class/async-gen-method-static/eval-var-scope-syntax-err.js b/test/language/expressions/class/async-gen-method-static/eval-var-scope-syntax-err.js deleted file mode 100644 index c0999c8aae..0000000000 --- a/test/language/expressions/class/async-gen-method-static/eval-var-scope-syntax-err.js +++ /dev/null @@ -1,62 +0,0 @@ -// This file was procedurally generated from the following sources: -// - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/cls-expr-async-gen-meth-static.template -/*--- -description: sloppy direct eval in params introduces var (static class expression async generator method) -esid: sec-class-definitions-runtime-semantics-evaluation -features: [default-parameters, async-iteration] -flags: [generated, noStrict] -info: | - ClassExpression : class BindingIdentifieropt ClassTail - - 1. If BindingIdentifieropt is not present, let className be undefined. - 2. Else, let className be StringValue of BindingIdentifier. - 3. Let value be the result of ClassDefinitionEvaluation of ClassTail - with argument className. - [...] - - 14.5.14 Runtime Semantics: ClassDefinitionEvaluation - - 21. For each ClassElement m in order from methods - a. If IsStatic of m is false, then - b. Else, - Let status be the result of performing PropertyDefinitionEvaluation - for m with arguments F and false. - [...] - - Runtime Semantics: PropertyDefinitionEvaluation - - AsyncGeneratorMethod : - async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) - { AsyncGeneratorBody } - - 1. Let propKey be the result of evaluating PropertyName. - 2. ReturnIfAbrupt(propKey). - 3. If the function code for this AsyncGeneratorMethod is strict mode code, let strict be true. - Otherwise let strict be false. - 4. Let scope be the running execution context's LexicalEnvironment. - 5. Let closure be ! AsyncGeneratorFunctionCreate(Method, UniqueFormalParameters, - AsyncGeneratorBody, scope, strict). - [...] - - - - Runtime Semantics: IteratorBindingInitialization - FormalParameter : BindingElement - - 1. Return the result of performing IteratorBindingInitialization for BindingElement with arguments iteratorRecord and environment. - ----*/ - -var callCount = 0; -var C = class { - static async *method(a = eval("var a = 42")) { - - callCount = callCount + 1; - } -}; - -assert.throws(SyntaxError, function() { - C.method(); -}); -assert.sameValue(callCount, 0, 'method body not evaluated'); diff --git a/test/language/expressions/class/async-gen-method/eval-var-scope-syntax-err.js b/test/language/expressions/class/async-gen-method/eval-var-scope-syntax-err.js deleted file mode 100644 index e7e94afd93..0000000000 --- a/test/language/expressions/class/async-gen-method/eval-var-scope-syntax-err.js +++ /dev/null @@ -1,83 +0,0 @@ -// This file was procedurally generated from the following sources: -// - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/cls-expr-async-gen-meth.template -/*--- -description: sloppy direct eval in params introduces var (class expression async generator method) -esid: sec-class-definitions-runtime-semantics-evaluation -features: [default-parameters, async-iteration] -flags: [generated, noStrict] -info: | - ClassExpression : class BindingIdentifieropt ClassTail - - 1. If BindingIdentifieropt is not present, let className be undefined. - 2. Else, let className be StringValue of BindingIdentifier. - 3. Let value be the result of ClassDefinitionEvaluation of ClassTail - with argument className. - [...] - - 14.5.14 Runtime Semantics: ClassDefinitionEvaluation - - 21. For each ClassElement m in order from methods - a. If IsStatic of m is false, then - i. Let status be the result of performing - PropertyDefinitionEvaluation for m with arguments proto and - false. - [...] - - 14.4.13 Runtime Semantics: PropertyDefinitionEvaluation - - GeneratorMethod : - * PropertyName ( StrictFormalParameters ) { GeneratorBody } - - 1. Let propKey be the result of evaluating PropertyName. - 2. ReturnIfAbrupt(propKey). - 3. If the function code for this GeneratorMethod is strict mode code, - let strict be true. Otherwise let strict be false. - 4. Let scope be the running execution context's LexicalEnvironment. - 5. Let closure be GeneratorFunctionCreate(Method, - StrictFormalParameters, GeneratorBody, scope, strict). - - 9.2.1 [[Call]] ( thisArgument, argumentsList) - - [...] - 7. Let result be OrdinaryCallEvaluateBody(F, argumentsList). - [...] - - 9.2.1.3 OrdinaryCallEvaluateBody ( F, argumentsList ) - - 1. Let status be FunctionDeclarationInstantiation(F, argumentsList). - [...] - - 9.2.12 FunctionDeclarationInstantiation(func, argumentsList) - - [...] - 23. Let iteratorRecord be Record {[[iterator]]: - CreateListIterator(argumentsList), [[done]]: false}. - 24. If hasDuplicates is true, then - [...] - 25. Else, - b. Let formalStatus be IteratorBindingInitialization for formals with - iteratorRecord and env as arguments. - [...] - - - - Runtime Semantics: IteratorBindingInitialization - FormalParameter : BindingElement - - 1. Return the result of performing IteratorBindingInitialization for BindingElement with arguments iteratorRecord and environment. - ----*/ - -var callCount = 0; -var C = class { - async *method(a = eval("var a = 42")) { - - callCount = callCount + 1; - } -}; - -assert.throws(SyntaxError, function() { - C.prototype.method(); -}); -assert.sameValue(callCount, 0, 'method body not evaluated'); diff --git a/test/language/expressions/class/async-method-static/eval-var-scope-syntax-err.js b/test/language/expressions/class/async-method-static/eval-var-scope-syntax-err.js deleted file mode 100644 index 20d5b4b1a5..0000000000 --- a/test/language/expressions/class/async-method-static/eval-var-scope-syntax-err.js +++ /dev/null @@ -1,66 +0,0 @@ -// This file was procedurally generated from the following sources: -// - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/cls-expr-async-meth-static.template -/*--- -description: sloppy direct eval in params introduces var (static class expression async method) -esid: sec-class-definitions-runtime-semantics-evaluation -features: [default-parameters, async-functions] -flags: [generated, noStrict, async] -info: | - ClassExpression : class BindingIdentifieropt ClassTail - - 1. If BindingIdentifieropt is not present, let className be undefined. - 2. Else, let className be StringValue of BindingIdentifier. - 3. Let value be the result of ClassDefinitionEvaluation of ClassTail - with argument className. - [...] - - 14.5.14 Runtime Semantics: ClassDefinitionEvaluation - - 21. For each ClassElement m in order from methods - a. If IsStatic of m is false, then - b. Else, - Let status be the result of performing PropertyDefinitionEvaluation - for m with arguments F and false. - [...] - - Runtime Semantics: PropertyDefinitionEvaluation - - AsyncMethod : async PropertyName ( UniqueFormalParameters ) { AsyncFunctionBody } - - 1. Let propKey be the result of evaluating PropertyName. - 2. ReturnIfAbrupt(propKey). - 3. If the function code for this AsyncMethod is strict mode code, let strict be true. Otherwise - let strict be false. - 4. Let scope be the LexicalEnvironment of the running execution context. - 5. Let closure be ! AsyncFunctionCreate(Method, UniqueFormalParameters, AsyncFunctionBody, - scope, strict). - [...] - - - - Runtime Semantics: IteratorBindingInitialization - FormalParameter : BindingElement - - 1. Return the result of performing IteratorBindingInitialization for BindingElement with arguments iteratorRecord and environment. - ----*/ - - -var callCount = 0; - -var C = class { - static async method(a = eval("var a = 42")) { - - callCount = callCount + 1; - } -}; - -C.method() - .then(_ => { - throw new Test262Error('function should not be resolved'); - }, error => assert.sameValue(error.constructor, SyntaxError)) - .then(() => { - assert.sameValue(callCount, 0, 'function body is not evaluated'); - }, $DONE) - .then($DONE, $DONE); diff --git a/test/language/expressions/class/async-method/eval-var-scope-syntax-err.js b/test/language/expressions/class/async-method/eval-var-scope-syntax-err.js deleted file mode 100644 index c5cc5c2207..0000000000 --- a/test/language/expressions/class/async-method/eval-var-scope-syntax-err.js +++ /dev/null @@ -1,65 +0,0 @@ -// This file was procedurally generated from the following sources: -// - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/cls-expr-async-meth.template -/*--- -description: sloppy direct eval in params introduces var (class expression async method) -esid: sec-class-definitions-runtime-semantics-evaluation -features: [default-parameters, async-functions] -flags: [generated, noStrict, async] -info: | - ClassExpression : class BindingIdentifieropt ClassTail - - 1. If BindingIdentifieropt is not present, let className be undefined. - 2. Else, let className be StringValue of BindingIdentifier. - 3. Let value be the result of ClassDefinitionEvaluation of ClassTail - with argument className. - [...] - - 14.5.14 Runtime Semantics: ClassDefinitionEvaluation - - 21. For each ClassElement m in order from methods - a. If IsStatic of m is false, then - i. Let status be the result of performing - PropertyDefinitionEvaluation for m with arguments proto and - false. - [...] - - Runtime Semantics: PropertyDefinitionEvaluation - - AsyncMethod : async PropertyName ( UniqueFormalParameters ) { AsyncFunctionBody } - - 1. Let propKey be the result of evaluating PropertyName. - 2. ReturnIfAbrupt(propKey). - 3. If the function code for this AsyncMethod is strict mode code, let strict be true. Otherwise - let strict be false. - 4. Let scope be the LexicalEnvironment of the running execution context. - 5. Let closure be ! AsyncFunctionCreate(Method, UniqueFormalParameters, AsyncFunctionBody, - scope, strict). - [...] - - - - Runtime Semantics: IteratorBindingInitialization - FormalParameter : BindingElement - - 1. Return the result of performing IteratorBindingInitialization for BindingElement with arguments iteratorRecord and environment. - ----*/ - - -var callCount = 0; -var C = class { - async method(a = eval("var a = 42")) { - - callCount = callCount + 1; - } -}; - -C.prototype.method() - .then(_ => { - throw new Test262Error('function should not be resolved'); - }, error => assert.sameValue(error.constructor, SyntaxError)) - .then(() => { - assert.sameValue(callCount, 0, 'function body is not evaluated'); - }, $DONE) - .then($DONE, $DONE); diff --git a/test/language/expressions/class/gen-method-static/eval-var-scope-syntax-err.js b/test/language/expressions/class/gen-method-static/eval-var-scope-syntax-err.js deleted file mode 100644 index 7ec56853bf..0000000000 --- a/test/language/expressions/class/gen-method-static/eval-var-scope-syntax-err.js +++ /dev/null @@ -1,83 +0,0 @@ -// This file was procedurally generated from the following sources: -// - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/cls-expr-gen-meth-static.template -/*--- -description: sloppy direct eval in params introduces var (static class expression generator method) -esid: sec-class-definitions-runtime-semantics-evaluation -features: [default-parameters, generators] -flags: [generated, noStrict] -info: | - ClassExpression : class BindingIdentifieropt ClassTail - - 1. If BindingIdentifieropt is not present, let className be undefined. - 2. Else, let className be StringValue of BindingIdentifier. - 3. Let value be the result of ClassDefinitionEvaluation of ClassTail - with argument className. - [...] - - 14.5.14 Runtime Semantics: ClassDefinitionEvaluation - - 21. For each ClassElement m in order from methods - a. If IsStatic of m is false, then - b. Else, - Let status be the result of performing PropertyDefinitionEvaluation - for m with arguments F and false. - [...] - - 14.4.13 Runtime Semantics: PropertyDefinitionEvaluation - - GeneratorMethod : - * PropertyName ( StrictFormalParameters ) { GeneratorBody } - - 1. Let propKey be the result of evaluating PropertyName. - 2. ReturnIfAbrupt(propKey). - 3. If the function code for this GeneratorMethod is strict mode code, - let strict be true. Otherwise let strict be false. - 4. Let scope be the running execution context's LexicalEnvironment. - 5. Let closure be GeneratorFunctionCreate(Method, - StrictFormalParameters, GeneratorBody, scope, strict). - - 9.2.1 [[Call]] ( thisArgument, argumentsList) - - [...] - 7. Let result be OrdinaryCallEvaluateBody(F, argumentsList). - [...] - - 9.2.1.3 OrdinaryCallEvaluateBody ( F, argumentsList ) - - 1. Let status be FunctionDeclarationInstantiation(F, argumentsList). - [...] - - 9.2.12 FunctionDeclarationInstantiation(func, argumentsList) - - [...] - 23. Let iteratorRecord be Record {[[iterator]]: - CreateListIterator(argumentsList), [[done]]: false}. - 24. If hasDuplicates is true, then - [...] - 25. Else, - b. Let formalStatus be IteratorBindingInitialization for formals with - iteratorRecord and env as arguments. - [...] - - - - Runtime Semantics: IteratorBindingInitialization - FormalParameter : BindingElement - - 1. Return the result of performing IteratorBindingInitialization for BindingElement with arguments iteratorRecord and environment. - ----*/ - -var callCount = 0; -var C = class { - static *method(a = eval("var a = 42")) { - - callCount = callCount + 1; - } -}; - -assert.throws(SyntaxError, function() { - C.method(); -}); -assert.sameValue(callCount, 0, 'method body not evaluated'); diff --git a/test/language/expressions/class/gen-method/eval-var-scope-syntax-err.js b/test/language/expressions/class/gen-method/eval-var-scope-syntax-err.js deleted file mode 100644 index 61612f60b8..0000000000 --- a/test/language/expressions/class/gen-method/eval-var-scope-syntax-err.js +++ /dev/null @@ -1,83 +0,0 @@ -// This file was procedurally generated from the following sources: -// - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/cls-expr-gen-meth.template -/*--- -description: sloppy direct eval in params introduces var (class expression method) -esid: sec-class-definitions-runtime-semantics-evaluation -features: [default-parameters, generators] -flags: [generated, noStrict] -info: | - ClassExpression : class BindingIdentifieropt ClassTail - - 1. If BindingIdentifieropt is not present, let className be undefined. - 2. Else, let className be StringValue of BindingIdentifier. - 3. Let value be the result of ClassDefinitionEvaluation of ClassTail - with argument className. - [...] - - 14.5.14 Runtime Semantics: ClassDefinitionEvaluation - - 21. For each ClassElement m in order from methods - a. If IsStatic of m is false, then - i. Let status be the result of performing - PropertyDefinitionEvaluation for m with arguments proto and - false. - [...] - - 14.4.13 Runtime Semantics: PropertyDefinitionEvaluation - - GeneratorMethod : - * PropertyName ( StrictFormalParameters ) { GeneratorBody } - - 1. Let propKey be the result of evaluating PropertyName. - 2. ReturnIfAbrupt(propKey). - 3. If the function code for this GeneratorMethod is strict mode code, - let strict be true. Otherwise let strict be false. - 4. Let scope be the running execution context's LexicalEnvironment. - 5. Let closure be GeneratorFunctionCreate(Method, - StrictFormalParameters, GeneratorBody, scope, strict). - - 9.2.1 [[Call]] ( thisArgument, argumentsList) - - [...] - 7. Let result be OrdinaryCallEvaluateBody(F, argumentsList). - [...] - - 9.2.1.3 OrdinaryCallEvaluateBody ( F, argumentsList ) - - 1. Let status be FunctionDeclarationInstantiation(F, argumentsList). - [...] - - 9.2.12 FunctionDeclarationInstantiation(func, argumentsList) - - [...] - 23. Let iteratorRecord be Record {[[iterator]]: - CreateListIterator(argumentsList), [[done]]: false}. - 24. If hasDuplicates is true, then - [...] - 25. Else, - b. Let formalStatus be IteratorBindingInitialization for formals with - iteratorRecord and env as arguments. - [...] - - - - Runtime Semantics: IteratorBindingInitialization - FormalParameter : BindingElement - - 1. Return the result of performing IteratorBindingInitialization for BindingElement with arguments iteratorRecord and environment. - ----*/ - -var callCount = 0; -var C = class { - *method(a = eval("var a = 42")) { - - callCount = callCount + 1; - } -}; - -assert.throws(SyntaxError, function() { - C.prototype.method(); -}); -assert.sameValue(callCount, 0, 'method body not evaluated'); diff --git a/test/language/expressions/class/method-static/eval-var-scope-syntax-err.js b/test/language/expressions/class/method-static/eval-var-scope-syntax-err.js deleted file mode 100644 index c42529917a..0000000000 --- a/test/language/expressions/class/method-static/eval-var-scope-syntax-err.js +++ /dev/null @@ -1,79 +0,0 @@ -// This file was procedurally generated from the following sources: -// - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/cls-expr-meth-static.template -/*--- -description: sloppy direct eval in params introduces var (static class expression method) -esid: sec-class-definitions-runtime-semantics-evaluation -features: [default-parameters] -flags: [generated, noStrict] -info: | - ClassExpression : class BindingIdentifieropt ClassTail - - 1. If BindingIdentifieropt is not present, let className be undefined. - 2. Else, let className be StringValue of BindingIdentifier. - 3. Let value be the result of ClassDefinitionEvaluation of ClassTail - with argument className. - [...] - - 14.5.14 Runtime Semantics: ClassDefinitionEvaluation - - 21. For each ClassElement m in order from methods - a. If IsStatic of m is false, then - b. Else, - Let status be the result of performing PropertyDefinitionEvaluation for - m with arguments F and false. - [...] - - 14.3.8 Runtime Semantics: DefineMethod - - MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody } - - [...] - 6. Let closure be FunctionCreate(kind, StrictFormalParameters, FunctionBody, - scope, strict). If functionPrototype was passed as a parameter then pass its - value as the functionPrototype optional argument of FunctionCreate. - [...] - - 9.2.1 [[Call]] ( thisArgument, argumentsList) - - [...] - 7. Let result be OrdinaryCallEvaluateBody(F, argumentsList). - [...] - - 9.2.1.3 OrdinaryCallEvaluateBody ( F, argumentsList ) - - 1. Let status be FunctionDeclarationInstantiation(F, argumentsList). - [...] - - 9.2.12 FunctionDeclarationInstantiation(func, argumentsList) - - [...] - 23. Let iteratorRecord be Record {[[iterator]]: - CreateListIterator(argumentsList), [[done]]: false}. - 24. If hasDuplicates is true, then - [...] - 25. Else, - b. Let formalStatus be IteratorBindingInitialization for formals with - iteratorRecord and env as arguments. - [...] - - - Runtime Semantics: IteratorBindingInitialization - FormalParameter : BindingElement - - 1. Return the result of performing IteratorBindingInitialization for BindingElement with arguments iteratorRecord and environment. - ----*/ - -var callCount = 0; -var C = class { - static method(a = eval("var a = 42")) { - - callCount = callCount + 1; - } -}; - -assert.throws(SyntaxError, function() { - C.method(); -}); -assert.sameValue(callCount, 0, 'method body not evaluated'); diff --git a/test/language/expressions/class/method/eval-var-scope-syntax-err.js b/test/language/expressions/class/method/eval-var-scope-syntax-err.js deleted file mode 100644 index 1c6ce61246..0000000000 --- a/test/language/expressions/class/method/eval-var-scope-syntax-err.js +++ /dev/null @@ -1,79 +0,0 @@ -// This file was procedurally generated from the following sources: -// - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/cls-expr-meth.template -/*--- -description: sloppy direct eval in params introduces var (class expression method) -esid: sec-class-definitions-runtime-semantics-evaluation -features: [default-parameters] -flags: [generated, noStrict] -info: | - ClassExpression : class BindingIdentifieropt ClassTail - - 1. If BindingIdentifieropt is not present, let className be undefined. - 2. Else, let className be StringValue of BindingIdentifier. - 3. Let value be the result of ClassDefinitionEvaluation of ClassTail - with argument className. - [...] - - 14.5.14 Runtime Semantics: ClassDefinitionEvaluation - - 21. For each ClassElement m in order from methods - a. If IsStatic of m is false, then - i. Let status be the result of performing - PropertyDefinitionEvaluation for m with arguments proto and - false. - [...] - - 14.3.8 Runtime Semantics: DefineMethod - - MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody } - - [...] - 6. Let closure be FunctionCreate(kind, StrictFormalParameters, FunctionBody, - scope, strict). If functionPrototype was passed as a parameter then pass its - value as the functionPrototype optional argument of FunctionCreate. - [...] - - 9.2.1 [[Call]] ( thisArgument, argumentsList) - - [...] - 7. Let result be OrdinaryCallEvaluateBody(F, argumentsList). - [...] - - 9.2.1.3 OrdinaryCallEvaluateBody ( F, argumentsList ) - - 1. Let status be FunctionDeclarationInstantiation(F, argumentsList). - [...] - - 9.2.12 FunctionDeclarationInstantiation(func, argumentsList) - - [...] - 23. Let iteratorRecord be Record {[[iterator]]: - CreateListIterator(argumentsList), [[done]]: false}. - 24. If hasDuplicates is true, then - [...] - 25. Else, - b. Let formalStatus be IteratorBindingInitialization for formals with - iteratorRecord and env as arguments. - [...] - - - Runtime Semantics: IteratorBindingInitialization - FormalParameter : BindingElement - - 1. Return the result of performing IteratorBindingInitialization for BindingElement with arguments iteratorRecord and environment. - ----*/ - -var callCount = 0; -var C = class { - method(a = eval("var a = 42")) { - - callCount = callCount + 1; - } -}; - -assert.throws(SyntaxError, function() { - C.prototype.method(); -}); -assert.sameValue(callCount, 0, 'method body not evaluated'); diff --git a/test/language/expressions/function/eval-var-scope-syntax-err.js b/test/language/expressions/function/eval-var-scope-syntax-err.js index f45c82a290..8e10ca1e64 100644 --- a/test/language/expressions/function/eval-var-scope-syntax-err.js +++ b/test/language/expressions/function/eval-var-scope-syntax-err.js @@ -1,8 +1,8 @@ // This file was procedurally generated from the following sources: // - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/func-expr.template +// - src/function-forms/error-no-strict/func-expr.template /*--- -description: sloppy direct eval in params introduces var (function expression) +description: sloppy direct eval in params introduces var (function expression in sloppy code) esid: sec-function-definitions-runtime-semantics-evaluation features: [default-parameters] flags: [generated, noStrict] diff --git a/test/language/expressions/generators/eval-var-scope-syntax-err.js b/test/language/expressions/generators/eval-var-scope-syntax-err.js index 65bd185912..368ad52020 100644 --- a/test/language/expressions/generators/eval-var-scope-syntax-err.js +++ b/test/language/expressions/generators/eval-var-scope-syntax-err.js @@ -1,8 +1,8 @@ // This file was procedurally generated from the following sources: // - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/gen-func-expr.template +// - src/function-forms/error-no-strict/gen-func-expr.template /*--- -description: sloppy direct eval in params introduces var (generator function expression) +description: sloppy direct eval in params introduces var (generator function expression in sloppy code) esid: sec-generator-function-definitions-runtime-semantics-evaluation features: [default-parameters, generators] flags: [generated, noStrict] diff --git a/test/language/expressions/object/method-definition/async-gen-meth-eval-var-scope-syntax-err.js b/test/language/expressions/object/method-definition/async-gen-meth-eval-var-scope-syntax-err.js index 447fbf3cd7..fd1e69c742 100644 --- a/test/language/expressions/object/method-definition/async-gen-meth-eval-var-scope-syntax-err.js +++ b/test/language/expressions/object/method-definition/async-gen-meth-eval-var-scope-syntax-err.js @@ -1,8 +1,8 @@ // This file was procedurally generated from the following sources: // - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/async-gen-meth.template +// - src/function-forms/error-no-strict/async-gen-meth.template /*--- -description: sloppy direct eval in params introduces var (async generator method) +description: sloppy direct eval in params introduces var (async generator method in sloppy code) esid: sec-asyncgenerator-definitions-propertydefinitionevaluation features: [default-parameters, async-iteration] flags: [generated, noStrict] diff --git a/test/language/expressions/object/method-definition/async-meth-eval-var-scope-syntax-err.js b/test/language/expressions/object/method-definition/async-meth-eval-var-scope-syntax-err.js index 294697823b..ac7ac08db3 100644 --- a/test/language/expressions/object/method-definition/async-meth-eval-var-scope-syntax-err.js +++ b/test/language/expressions/object/method-definition/async-meth-eval-var-scope-syntax-err.js @@ -1,11 +1,11 @@ // This file was procedurally generated from the following sources: // - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/async-meth.template +// - src/function-forms/error-no-strict/async-meth.template /*--- -description: sloppy direct eval in params introduces var (async method) +description: sloppy direct eval in params introduces var (async method in sloppy code) esid: sec-async-function-definitions features: [default-parameters, async-functions] -flags: [generated, noStrict, async] +flags: [generated, async, noStrict] info: | 14.6 Async Function Definitions diff --git a/test/language/expressions/object/method-definition/gen-meth-eval-var-scope-syntax-err.js b/test/language/expressions/object/method-definition/gen-meth-eval-var-scope-syntax-err.js index a5789bd3a7..f6e5dcc846 100644 --- a/test/language/expressions/object/method-definition/gen-meth-eval-var-scope-syntax-err.js +++ b/test/language/expressions/object/method-definition/gen-meth-eval-var-scope-syntax-err.js @@ -1,8 +1,8 @@ // This file was procedurally generated from the following sources: // - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/gen-meth.template +// - src/function-forms/error-no-strict/gen-meth.template /*--- -description: sloppy direct eval in params introduces var (generator method) +description: sloppy direct eval in params introduces var (generator method in sloppy code) esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation features: [default-parameters, generators] flags: [generated, noStrict] diff --git a/test/language/expressions/object/method-definition/meth-eval-var-scope-syntax-err.js b/test/language/expressions/object/method-definition/meth-eval-var-scope-syntax-err.js index f889241148..c84624a61f 100644 --- a/test/language/expressions/object/method-definition/meth-eval-var-scope-syntax-err.js +++ b/test/language/expressions/object/method-definition/meth-eval-var-scope-syntax-err.js @@ -1,8 +1,8 @@ // This file was procedurally generated from the following sources: // - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/meth.template +// - src/function-forms/error-no-strict/meth.template /*--- -description: sloppy direct eval in params introduces var (method) +description: sloppy direct eval in params introduces var (method in sloppy code) esid: sec-runtime-semantics-definemethod features: [default-parameters] flags: [generated, noStrict] diff --git a/test/language/statements/async-function/eval-var-scope-syntax-err.js b/test/language/statements/async-function/eval-var-scope-syntax-err.js index 66d146f49d..65d5d7f0e1 100644 --- a/test/language/statements/async-function/eval-var-scope-syntax-err.js +++ b/test/language/statements/async-function/eval-var-scope-syntax-err.js @@ -1,11 +1,11 @@ // This file was procedurally generated from the following sources: // - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/async-func-decl.template +// - src/function-forms/error-no-strict/async-func-decl.template /*--- -description: sloppy direct eval in params introduces var (async function declaration) +description: sloppy direct eval in params introduces var (async function declaration in sloppy code) esid: sec-async-function-definitions features: [default-parameters, async-functions] -flags: [generated, noStrict, async] +flags: [generated, async, noStrict] info: | 14.6 Async Function Definitions diff --git a/test/language/statements/async-generator/eval-var-scope-syntax-err.js b/test/language/statements/async-generator/eval-var-scope-syntax-err.js index ddf3ea5e00..be1c4f7113 100644 --- a/test/language/statements/async-generator/eval-var-scope-syntax-err.js +++ b/test/language/statements/async-generator/eval-var-scope-syntax-err.js @@ -1,8 +1,8 @@ // This file was procedurally generated from the following sources: // - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/async-gen-func-decl.template +// - src/function-forms/error-no-strict/async-gen-func-decl.template /*--- -description: sloppy direct eval in params introduces var (async generator function declaration) +description: sloppy direct eval in params introduces var (async generator function declaration in sloppy code) esid: sec-asyncgenerator-definitions-instantiatefunctionobject features: [default-parameters, async-iteration] flags: [generated, noStrict] diff --git a/test/language/statements/class/async-gen-method-static/eval-var-scope-syntax-err.js b/test/language/statements/class/async-gen-method-static/eval-var-scope-syntax-err.js deleted file mode 100644 index 440fdf9a0e..0000000000 --- a/test/language/statements/class/async-gen-method-static/eval-var-scope-syntax-err.js +++ /dev/null @@ -1,63 +0,0 @@ -// This file was procedurally generated from the following sources: -// - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/cls-decl-async-gen-meth-static.template -/*--- -description: sloppy direct eval in params introduces var (static class expression generator method) -esid: sec-runtime-semantics-bindingclassdeclarationevaluation -features: [default-parameters, async-iteration] -flags: [generated, noStrict] -info: | - ClassDeclaration : class BindingIdentifier ClassTail - - 1. Let className be StringValue of BindingIdentifier. - 2. Let value be the result of ClassDefinitionEvaluation of ClassTail with - argument className. - [...] - - 14.5.14 Runtime Semantics: ClassDefinitionEvaluation - - 21. For each ClassElement m in order from methods - a. If IsStatic of m is false, then - b. Else, - Let status be the result of performing PropertyDefinitionEvaluation for - m with arguments F and false. - [...] - - Runtime Semantics: PropertyDefinitionEvaluation - - AsyncGeneratorMethod : - async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) - { AsyncGeneratorBody } - - 1. Let propKey be the result of evaluating PropertyName. - 2. ReturnIfAbrupt(propKey). - 3. If the function code for this AsyncGeneratorMethod is strict mode code, let strict be true. - Otherwise let strict be false. - 4. Let scope be the running execution context's LexicalEnvironment. - 5. Let closure be ! AsyncGeneratorFunctionCreate(Method, UniqueFormalParameters, - AsyncGeneratorBody, scope, strict). - [...] - - - - Runtime Semantics: IteratorBindingInitialization - FormalParameter : BindingElement - - 1. Return the result of performing IteratorBindingInitialization for BindingElement with arguments iteratorRecord and environment. - ----*/ - - -var callCount = 0; -class C { - static async *method(a = eval("var a = 42")) { - - callCount = callCount + 1; - } -} - -assert.throws(SyntaxError, function() { - C.method(); -}); - -assert.sameValue(callCount, 0, 'method body not evaluated'); diff --git a/test/language/statements/class/async-gen-method/eval-var-scope-syntax-err.js b/test/language/statements/class/async-gen-method/eval-var-scope-syntax-err.js deleted file mode 100644 index 5472770078..0000000000 --- a/test/language/statements/class/async-gen-method/eval-var-scope-syntax-err.js +++ /dev/null @@ -1,61 +0,0 @@ -// This file was procedurally generated from the following sources: -// - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/cls-decl-async-gen-meth.template -/*--- -description: sloppy direct eval in params introduces var (class expression method) -esid: sec-class-definitions-runtime-semantics-evaluation -features: [default-parameters, async-iteration] -flags: [generated, noStrict] -info: | - ClassDeclaration : class BindingIdentifier ClassTail - - 1. Let className be StringValue of BindingIdentifier. - 2. Let value be the result of ClassDefinitionEvaluation of ClassTail with - argument className. - [...] - - 14.5.14 Runtime Semantics: ClassDefinitionEvaluation - - 21. For each ClassElement m in order from methods - a. If IsStatic of m is false, then - i. Let status be the result of performing - PropertyDefinitionEvaluation for m with arguments proto and - false. - [...] - - Runtime Semantics: PropertyDefinitionEvaluation - - AsyncGeneratorMethod : - async [no LineTerminator here] * PropertyName ( UniqueFormalParameters ) - { AsyncGeneratorBody } - - 1. Let propKey be the result of evaluating PropertyName. - 2. ReturnIfAbrupt(propKey). - 3. If the function code for this AsyncGeneratorMethod is strict mode code, let strict be true. - Otherwise let strict be false. - 4. Let scope be the running execution context's LexicalEnvironment. - 5. Let closure be ! AsyncGeneratorFunctionCreate(Method, UniqueFormalParameters, - AsyncGeneratorBody, scope, strict). - [...] - - - - Runtime Semantics: IteratorBindingInitialization - FormalParameter : BindingElement - - 1. Return the result of performing IteratorBindingInitialization for BindingElement with arguments iteratorRecord and environment. - ----*/ - -var callCount = 0; -class C { - async *method(a = eval("var a = 42")) { - - callCount = callCount + 1; - } -} - -assert.throws(SyntaxError, function() { - C.prototype.method(); -}); -assert.sameValue(callCount, 0, 'method body not evaluated'); diff --git a/test/language/statements/class/async-method-static/eval-var-scope-syntax-err.js b/test/language/statements/class/async-method-static/eval-var-scope-syntax-err.js deleted file mode 100644 index bd48ca1c6b..0000000000 --- a/test/language/statements/class/async-method-static/eval-var-scope-syntax-err.js +++ /dev/null @@ -1,64 +0,0 @@ -// This file was procedurally generated from the following sources: -// - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/cls-decl-async-meth-static.template -/*--- -description: sloppy direct eval in params introduces var (static class declaration async method) -esid: sec-runtime-semantics-bindingclassdeclarationevaluation -features: [default-parameters, async-functions] -flags: [generated, noStrict, async] -info: | - ClassDeclaration : class BindingIdentifier ClassTail - - 1. Let className be StringValue of BindingIdentifier. - 2. Let value be the result of ClassDefinitionEvaluation of ClassTail with - argument className. - [...] - - 14.5.14 Runtime Semantics: ClassDefinitionEvaluation - - 21. For each ClassElement m in order from methods - a. If IsStatic of m is false, then - b. Else, - Let status be the result of performing PropertyDefinitionEvaluation for - m with arguments F and false. - [...] - - Runtime Semantics: PropertyDefinitionEvaluation - - AsyncMethod : async PropertyName ( UniqueFormalParameters ) { AsyncFunctionBody } - - 1. Let propKey be the result of evaluating PropertyName. - 2. ReturnIfAbrupt(propKey). - 3. If the function code for this AsyncMethod is strict mode code, let strict be true. Otherwise - let strict be false. - 4. Let scope be the LexicalEnvironment of the running execution context. - 5. Let closure be ! AsyncFunctionCreate(Method, UniqueFormalParameters, AsyncFunctionBody, - scope, strict). - [...] - - - - Runtime Semantics: IteratorBindingInitialization - FormalParameter : BindingElement - - 1. Return the result of performing IteratorBindingInitialization for BindingElement with arguments iteratorRecord and environment. - ----*/ - - -var callCount = 0; -class C { - static async method(a = eval("var a = 42")) { - - callCount = callCount + 1; - } -} - -C.method() - .then(_ => { - throw new Test262Error('function should not be resolved'); - }, error => assert.sameValue(error.constructor, SyntaxError)) - .then(() => { - assert.sameValue(callCount, 0, 'function body is not evaluated'); - }, $DONE) - .then($DONE, $DONE); diff --git a/test/language/statements/class/async-method/eval-var-scope-syntax-err.js b/test/language/statements/class/async-method/eval-var-scope-syntax-err.js deleted file mode 100644 index 41edf29543..0000000000 --- a/test/language/statements/class/async-method/eval-var-scope-syntax-err.js +++ /dev/null @@ -1,64 +0,0 @@ -// This file was procedurally generated from the following sources: -// - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/cls-decl-async-meth.template -/*--- -description: sloppy direct eval in params introduces var (class declaration async method) -esid: sec-class-definitions-runtime-semantics-evaluation -features: [default-parameters, async-functions] -flags: [generated, noStrict, async] -info: | - ClassDeclaration : class BindingIdentifier ClassTail - - 1. Let className be StringValue of BindingIdentifier. - 2. Let value be the result of ClassDefinitionEvaluation of ClassTail with - argument className. - [...] - - 14.5.14 Runtime Semantics: ClassDefinitionEvaluation - - 21. For each ClassElement m in order from methods - a. If IsStatic of m is false, then - i. Let status be the result of performing - PropertyDefinitionEvaluation for m with arguments proto and - false. - [...] - - Runtime Semantics: PropertyDefinitionEvaluation - - AsyncMethod : async PropertyName ( UniqueFormalParameters ) { AsyncFunctionBody } - - 1. Let propKey be the result of evaluating PropertyName. - 2. ReturnIfAbrupt(propKey). - 3. If the function code for this AsyncMethod is strict mode code, let strict be true. Otherwise - let strict be false. - 4. Let scope be the LexicalEnvironment of the running execution context. - 5. Let closure be ! AsyncFunctionCreate(Method, UniqueFormalParameters, AsyncFunctionBody, - scope, strict). - [...] - - - - Runtime Semantics: IteratorBindingInitialization - FormalParameter : BindingElement - - 1. Return the result of performing IteratorBindingInitialization for BindingElement with arguments iteratorRecord and environment. - ----*/ - - -var callCount = 0; -class C { - async method(a = eval("var a = 42")) { - - callCount = callCount + 1; - } -} - -C.prototype.method() - .then(_ => { - throw new Test262Error('function should not be resolved'); - }, error => assert.sameValue(error.constructor, SyntaxError)) - .then(() => { - assert.sameValue(callCount, 0, 'function body is not evaluated'); - }, $DONE) - .then($DONE, $DONE); diff --git a/test/language/statements/class/gen-method-static/eval-var-scope-syntax-err.js b/test/language/statements/class/gen-method-static/eval-var-scope-syntax-err.js deleted file mode 100644 index 1d08fe8418..0000000000 --- a/test/language/statements/class/gen-method-static/eval-var-scope-syntax-err.js +++ /dev/null @@ -1,82 +0,0 @@ -// This file was procedurally generated from the following sources: -// - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/cls-decl-gen-meth-static.template -/*--- -description: sloppy direct eval in params introduces var (static class expression generator method) -esid: sec-runtime-semantics-bindingclassdeclarationevaluation -features: [default-parameters, generators] -flags: [generated, noStrict] -info: | - ClassDeclaration : class BindingIdentifier ClassTail - - 1. Let className be StringValue of BindingIdentifier. - 2. Let value be the result of ClassDefinitionEvaluation of ClassTail with - argument className. - [...] - - 14.5.14 Runtime Semantics: ClassDefinitionEvaluation - - 21. For each ClassElement m in order from methods - a. If IsStatic of m is false, then - b. Else, - Let status be the result of performing PropertyDefinitionEvaluation for - m with arguments F and false. - [...] - - 14.4.13 Runtime Semantics: PropertyDefinitionEvaluation - - GeneratorMethod : * PropertyName ( StrictFormalParameters ) { GeneratorBody } - - 1. Let propKey be the result of evaluating PropertyName. - 2. ReturnIfAbrupt(propKey). - 3. If the function code for this GeneratorMethod is strict mode code, - let strict be true. Otherwise let strict be false. - 4. Let scope be the running execution context's LexicalEnvironment. - 5. Let closure be GeneratorFunctionCreate(Method, - StrictFormalParameters, GeneratorBody, scope, strict). - - 9.2.1 [[Call]] ( thisArgument, argumentsList) - - [...] - 7. Let result be OrdinaryCallEvaluateBody(F, argumentsList). - [...] - - 9.2.1.3 OrdinaryCallEvaluateBody ( F, argumentsList ) - - 1. Let status be FunctionDeclarationInstantiation(F, argumentsList). - [...] - - 9.2.12 FunctionDeclarationInstantiation(func, argumentsList) - - [...] - 23. Let iteratorRecord be Record {[[iterator]]: - CreateListIterator(argumentsList), [[done]]: false}. - 24. If hasDuplicates is true, then - [...] - 25. Else, - b. Let formalStatus be IteratorBindingInitialization for formals with - iteratorRecord and env as arguments. - [...] - - - - Runtime Semantics: IteratorBindingInitialization - FormalParameter : BindingElement - - 1. Return the result of performing IteratorBindingInitialization for BindingElement with arguments iteratorRecord and environment. - ----*/ - -var callCount = 0; -class C { - static *method(a = eval("var a = 42")) { - - callCount = callCount + 1; - } -} - -assert.throws(SyntaxError, function() { - C.method(); -}); - -assert.sameValue(callCount, 0, 'method body not evaluated'); diff --git a/test/language/statements/class/gen-method/eval-var-scope-syntax-err.js b/test/language/statements/class/gen-method/eval-var-scope-syntax-err.js deleted file mode 100644 index 1b0c1fec48..0000000000 --- a/test/language/statements/class/gen-method/eval-var-scope-syntax-err.js +++ /dev/null @@ -1,81 +0,0 @@ -// This file was procedurally generated from the following sources: -// - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/cls-decl-gen-meth.template -/*--- -description: sloppy direct eval in params introduces var (class expression method) -esid: sec-class-definitions-runtime-semantics-evaluation -features: [default-parameters, generators] -flags: [generated, noStrict] -info: | - ClassDeclaration : class BindingIdentifier ClassTail - - 1. Let className be StringValue of BindingIdentifier. - 2. Let value be the result of ClassDefinitionEvaluation of ClassTail with - argument className. - [...] - - 14.5.14 Runtime Semantics: ClassDefinitionEvaluation - - 21. For each ClassElement m in order from methods - a. If IsStatic of m is false, then - i. Let status be the result of performing - PropertyDefinitionEvaluation for m with arguments proto and - false. - [...] - - 14.4.13 Runtime Semantics: PropertyDefinitionEvaluation - - GeneratorMethod : * PropertyName ( StrictFormalParameters ) { GeneratorBody } - - 1. Let propKey be the result of evaluating PropertyName. - 2. ReturnIfAbrupt(propKey). - 3. If the function code for this GeneratorMethod is strict mode code, - let strict be true. Otherwise let strict be false. - 4. Let scope be the running execution context's LexicalEnvironment. - 5. Let closure be GeneratorFunctionCreate(Method, - StrictFormalParameters, GeneratorBody, scope, strict). - - 9.2.1 [[Call]] ( thisArgument, argumentsList) - - [...] - 7. Let result be OrdinaryCallEvaluateBody(F, argumentsList). - [...] - - 9.2.1.3 OrdinaryCallEvaluateBody ( F, argumentsList ) - - 1. Let status be FunctionDeclarationInstantiation(F, argumentsList). - [...] - - 9.2.12 FunctionDeclarationInstantiation(func, argumentsList) - - [...] - 23. Let iteratorRecord be Record {[[iterator]]: - CreateListIterator(argumentsList), [[done]]: false}. - 24. If hasDuplicates is true, then - [...] - 25. Else, - b. Let formalStatus be IteratorBindingInitialization for formals with - iteratorRecord and env as arguments. - [...] - - - - Runtime Semantics: IteratorBindingInitialization - FormalParameter : BindingElement - - 1. Return the result of performing IteratorBindingInitialization for BindingElement with arguments iteratorRecord and environment. - ----*/ - -var callCount = 0; -class C { - *method(a = eval("var a = 42")) { - - callCount = callCount + 1; - } -} - -assert.throws(SyntaxError, function() { - C.prototype.method(); -}); -assert.sameValue(callCount, 0, 'method body not evaluated'); diff --git a/test/language/statements/class/method-static/eval-var-scope-syntax-err.js b/test/language/statements/class/method-static/eval-var-scope-syntax-err.js deleted file mode 100644 index ea3e98485f..0000000000 --- a/test/language/statements/class/method-static/eval-var-scope-syntax-err.js +++ /dev/null @@ -1,78 +0,0 @@ -// This file was procedurally generated from the following sources: -// - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/cls-decl-meth-static.template -/*--- -description: sloppy direct eval in params introduces var (static class expression method) -esid: sec-runtime-semantics-bindingclassdeclarationevaluation -features: [default-parameters] -flags: [generated, noStrict] -info: | - ClassDeclaration : class BindingIdentifier ClassTail - - 1. Let className be StringValue of BindingIdentifier. - 2. Let value be the result of ClassDefinitionEvaluation of ClassTail with - argument className. - [...] - - 14.5.14 Runtime Semantics: ClassDefinitionEvaluation - - 21. For each ClassElement m in order from methods - a. If IsStatic of m is false, then - b. Else, - Let status be the result of performing PropertyDefinitionEvaluation for - m with arguments F and false. - [...] - - 14.3.8 Runtime Semantics: DefineMethod - - MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody } - - [...] - 6. Let closure be FunctionCreate(kind, StrictFormalParameters, FunctionBody, - scope, strict). If functionPrototype was passed as a parameter then pass its - value as the functionPrototype optional argument of FunctionCreate. - [...] - - 9.2.1 [[Call]] ( thisArgument, argumentsList) - - [...] - 7. Let result be OrdinaryCallEvaluateBody(F, argumentsList). - [...] - - 9.2.1.3 OrdinaryCallEvaluateBody ( F, argumentsList ) - - 1. Let status be FunctionDeclarationInstantiation(F, argumentsList). - [...] - - 9.2.12 FunctionDeclarationInstantiation(func, argumentsList) - - [...] - 23. Let iteratorRecord be Record {[[iterator]]: - CreateListIterator(argumentsList), [[done]]: false}. - 24. If hasDuplicates is true, then - [...] - 25. Else, - b. Let formalStatus be IteratorBindingInitialization for formals with - iteratorRecord and env as arguments. - [...] - - - Runtime Semantics: IteratorBindingInitialization - FormalParameter : BindingElement - - 1. Return the result of performing IteratorBindingInitialization for BindingElement with arguments iteratorRecord and environment. - ----*/ - -var callCount = 0; -class C { - static method(a = eval("var a = 42")) { - - callCount = callCount + 1; - } -} - -assert.throws(SyntaxError, function() { - C.method(); -}); -assert.sameValue(callCount, 0, 'method body not evaluated'); diff --git a/test/language/statements/class/method/eval-var-scope-syntax-err.js b/test/language/statements/class/method/eval-var-scope-syntax-err.js deleted file mode 100644 index 4242eb3ec9..0000000000 --- a/test/language/statements/class/method/eval-var-scope-syntax-err.js +++ /dev/null @@ -1,78 +0,0 @@ -// This file was procedurally generated from the following sources: -// - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/cls-decl-meth.template -/*--- -description: sloppy direct eval in params introduces var (class expression method) -esid: sec-runtime-semantics-bindingclassdeclarationevaluation -features: [default-parameters] -flags: [generated, noStrict] -info: | - ClassDeclaration : class BindingIdentifier ClassTail - - 1. Let className be StringValue of BindingIdentifier. - 2. Let value be the result of ClassDefinitionEvaluation of ClassTail with - argument className. - [...] - - 14.5.14 Runtime Semantics: ClassDefinitionEvaluation - - 21. For each ClassElement m in order from methods - a. If IsStatic of m is false, then - i. Let status be the result of performing - PropertyDefinitionEvaluation for m with arguments proto and - false. - [...] - - 14.3.8 Runtime Semantics: DefineMethod - - MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody } - - [...] - 6. Let closure be FunctionCreate(kind, StrictFormalParameters, FunctionBody, - scope, strict). If functionPrototype was passed as a parameter then pass its - value as the functionPrototype optional argument of FunctionCreate. - [...] - - 9.2.1 [[Call]] ( thisArgument, argumentsList) - - [...] - 7. Let result be OrdinaryCallEvaluateBody(F, argumentsList). - [...] - - 9.2.1.3 OrdinaryCallEvaluateBody ( F, argumentsList ) - - 1. Let status be FunctionDeclarationInstantiation(F, argumentsList). - [...] - - 9.2.12 FunctionDeclarationInstantiation(func, argumentsList) - - [...] - 23. Let iteratorRecord be Record {[[iterator]]: - CreateListIterator(argumentsList), [[done]]: false}. - 24. If hasDuplicates is true, then - [...] - 25. Else, - b. Let formalStatus be IteratorBindingInitialization for formals with - iteratorRecord and env as arguments. - [...] - - - Runtime Semantics: IteratorBindingInitialization - FormalParameter : BindingElement - - 1. Return the result of performing IteratorBindingInitialization for BindingElement with arguments iteratorRecord and environment. - ----*/ - -var callCount = 0; -class C { - method(a = eval("var a = 42")) { - - callCount = callCount + 1; - } -} - -assert.throws(SyntaxError, function() { - C.prototype.method(); -}); -assert.sameValue(callCount, 0, 'method body not evaluated'); diff --git a/test/language/statements/function/eval-var-scope-syntax-err.js b/test/language/statements/function/eval-var-scope-syntax-err.js index 628dbc8a35..59eefe1801 100644 --- a/test/language/statements/function/eval-var-scope-syntax-err.js +++ b/test/language/statements/function/eval-var-scope-syntax-err.js @@ -1,8 +1,8 @@ // This file was procedurally generated from the following sources: // - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/func-decl.template +// - src/function-forms/error-no-strict/func-decl.template /*--- -description: sloppy direct eval in params introduces var (function declaration) +description: sloppy direct eval in params introduces var (function declaration in sloppy code) esid: sec-function-definitions-runtime-semantics-instantiatefunctionobject features: [default-parameters] flags: [generated, noStrict] diff --git a/test/language/statements/generators/eval-var-scope-syntax-err.js b/test/language/statements/generators/eval-var-scope-syntax-err.js index 6b63631e9d..790c7a86ad 100644 --- a/test/language/statements/generators/eval-var-scope-syntax-err.js +++ b/test/language/statements/generators/eval-var-scope-syntax-err.js @@ -1,8 +1,8 @@ // This file was procedurally generated from the following sources: // - src/function-forms/eval-var-scope-syntax-err.case -// - src/function-forms/error/gen-func-decl.template +// - src/function-forms/error-no-strict/gen-func-decl.template /*--- -description: sloppy direct eval in params introduces var (generator function declaration) +description: sloppy direct eval in params introduces var (generator function declaration in sloppy code) esid: sec-generator-function-definitions-runtime-semantics-instantiatefunctionobject features: [default-parameters, generators] flags: [generated, noStrict]