diff --git a/test/language/expressions/class/fields-after-same-line-gen-rs-static-async-generator-method-privatename-identifier.js b/test/language/expressions/class/fields-after-same-line-gen-rs-static-async-generator-method-privatename-identifier.js index 69981853c9..4b014a8156 100644 --- a/test/language/expressions/class/fields-after-same-line-gen-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/expressions/class/fields-after-same-line-gen-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ var C = class { static async * #ZW_\u200D_J(value) { yield * await value; }; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/expressions/class/fields-after-same-line-method-rs-static-async-generator-method-privatename-identifier.js b/test/language/expressions/class/fields-after-same-line-method-rs-static-async-generator-method-privatename-identifier.js index f5d7e71e45..2eaaaba66c 100644 --- a/test/language/expressions/class/fields-after-same-line-method-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/expressions/class/fields-after-same-line-method-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ var C = class { static async * #ZW_\u200D_J(value) { yield * await value; }; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/expressions/class/fields-after-same-line-static-async-gen-rs-static-async-generator-method-privatename-identifier.js b/test/language/expressions/class/fields-after-same-line-static-async-gen-rs-static-async-generator-method-privatename-identifier.js index 1fea76cae8..ce9eed40a9 100644 --- a/test/language/expressions/class/fields-after-same-line-static-async-gen-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/expressions/class/fields-after-same-line-static-async-gen-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ var C = class { static async * #ZW_\u200D_J(value) { yield * await value; }; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/expressions/class/fields-after-same-line-static-async-method-rs-static-async-generator-method-privatename-identifier.js b/test/language/expressions/class/fields-after-same-line-static-async-method-rs-static-async-generator-method-privatename-identifier.js index 3a88a620fb..8f4cadcc61 100644 --- a/test/language/expressions/class/fields-after-same-line-static-async-method-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/expressions/class/fields-after-same-line-static-async-method-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ var C = class { static async * #ZW_\u200D_J(value) { yield * await value; }; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/expressions/class/fields-after-same-line-static-gen-rs-static-async-generator-method-privatename-identifier.js b/test/language/expressions/class/fields-after-same-line-static-gen-rs-static-async-generator-method-privatename-identifier.js index 06356c8527..6d247d4379 100644 --- a/test/language/expressions/class/fields-after-same-line-static-gen-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/expressions/class/fields-after-same-line-static-gen-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ var C = class { static async * #ZW_\u200D_J(value) { yield * await value; }; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/expressions/class/fields-after-same-line-static-method-rs-static-async-generator-method-privatename-identifier.js b/test/language/expressions/class/fields-after-same-line-static-method-rs-static-async-generator-method-privatename-identifier.js index 08ac599fc1..2cbd9a07f5 100644 --- a/test/language/expressions/class/fields-after-same-line-static-method-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/expressions/class/fields-after-same-line-static-method-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ var C = class { static async * #ZW_\u200D_J(value) { yield * await value; }; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/expressions/class/fields-multiple-definitions-rs-static-async-generator-method-privatename-identifier.js b/test/language/expressions/class/fields-multiple-definitions-rs-static-async-generator-method-privatename-identifier.js index 60c154bcfc..67cfe3d0bb 100644 --- a/test/language/expressions/class/fields-multiple-definitions-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/expressions/class/fields-multiple-definitions-rs-static-async-generator-method-privatename-identifier.js @@ -83,22 +83,22 @@ var C = class { } m2() { return 39 } bar = "barbaz"; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/expressions/class/fields-multiple-stacked-definitions-rs-static-async-generator-method-privatename-identifier.js b/test/language/expressions/class/fields-multiple-stacked-definitions-rs-static-async-generator-method-privatename-identifier.js index ff89ffcfd8..801d9cf3aa 100644 --- a/test/language/expressions/class/fields-multiple-stacked-definitions-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/expressions/class/fields-multiple-stacked-definitions-rs-static-async-generator-method-privatename-identifier.js @@ -81,22 +81,22 @@ var C = class { } foo = "foobar" bar = "barbaz"; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/expressions/class/fields-new-no-sc-line-method-rs-static-async-generator-method-privatename-identifier.js b/test/language/expressions/class/fields-new-no-sc-line-method-rs-static-async-generator-method-privatename-identifier.js index ddbdd56fe2..8b9c58cf72 100644 --- a/test/language/expressions/class/fields-new-no-sc-line-method-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/expressions/class/fields-new-no-sc-line-method-rs-static-async-generator-method-privatename-identifier.js @@ -80,22 +80,22 @@ var C = class { yield * await value; } m() { return 42; } - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/expressions/class/fields-new-sc-line-gen-rs-static-async-generator-method-privatename-identifier.js b/test/language/expressions/class/fields-new-sc-line-gen-rs-static-async-generator-method-privatename-identifier.js index fee12a971c..e26d8192ce 100644 --- a/test/language/expressions/class/fields-new-sc-line-gen-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/expressions/class/fields-new-sc-line-gen-rs-static-async-generator-method-privatename-identifier.js @@ -80,22 +80,22 @@ var C = class { yield * await value; }; *m() { return 42; } - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/expressions/class/fields-new-sc-line-method-rs-static-async-generator-method-privatename-identifier.js b/test/language/expressions/class/fields-new-sc-line-method-rs-static-async-generator-method-privatename-identifier.js index 4566198a9d..111d83df3e 100644 --- a/test/language/expressions/class/fields-new-sc-line-method-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/expressions/class/fields-new-sc-line-method-rs-static-async-generator-method-privatename-identifier.js @@ -80,22 +80,22 @@ var C = class { yield * await value; }; m() { return 42; } - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/expressions/class/fields-regular-definitions-rs-static-async-generator-method-privatename-identifier.js b/test/language/expressions/class/fields-regular-definitions-rs-static-async-generator-method-privatename-identifier.js index 6ed93f3153..11a2739f37 100644 --- a/test/language/expressions/class/fields-regular-definitions-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/expressions/class/fields-regular-definitions-rs-static-async-generator-method-privatename-identifier.js @@ -78,22 +78,22 @@ var C = class { static async * #ZW_\u200D_J(value) { yield * await value; } - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/expressions/class/fields-same-line-async-gen-rs-static-async-generator-method-privatename-identifier.js b/test/language/expressions/class/fields-same-line-async-gen-rs-static-async-generator-method-privatename-identifier.js index b15158abc9..b596bf98a8 100644 --- a/test/language/expressions/class/fields-same-line-async-gen-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/expressions/class/fields-same-line-async-gen-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ var C = class { static async * #ZW_\u200D_J(value) { yield * await value; }; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/expressions/class/fields-same-line-async-method-rs-static-async-generator-method-privatename-identifier.js b/test/language/expressions/class/fields-same-line-async-method-rs-static-async-generator-method-privatename-identifier.js index b7e573ad48..56860daf58 100644 --- a/test/language/expressions/class/fields-same-line-async-method-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/expressions/class/fields-same-line-async-method-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ var C = class { static async * #ZW_\u200D_J(value) { yield * await value; }; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/expressions/class/fields-same-line-gen-rs-static-async-generator-method-privatename-identifier.js b/test/language/expressions/class/fields-same-line-gen-rs-static-async-generator-method-privatename-identifier.js index 5c42a9ecee..ca83b3e154 100644 --- a/test/language/expressions/class/fields-same-line-gen-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/expressions/class/fields-same-line-gen-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ var C = class { static async * #ZW_\u200D_J(value) { yield * await value; }; *m() { return 42; } - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/expressions/class/fields-same-line-method-rs-static-async-generator-method-privatename-identifier.js b/test/language/expressions/class/fields-same-line-method-rs-static-async-generator-method-privatename-identifier.js index bd54b46961..9b34cebb9f 100644 --- a/test/language/expressions/class/fields-same-line-method-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/expressions/class/fields-same-line-method-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ var C = class { static async * #ZW_\u200D_J(value) { yield * await value; }; m() { return 42; } - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/expressions/class/fields-wrapped-in-sc-rs-static-async-generator-method-privatename-identifier.js b/test/language/expressions/class/fields-wrapped-in-sc-rs-static-async-generator-method-privatename-identifier.js index 55fecc3a8d..eb41e7ffaa 100644 --- a/test/language/expressions/class/fields-wrapped-in-sc-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/expressions/class/fields-wrapped-in-sc-rs-static-async-generator-method-privatename-identifier.js @@ -80,22 +80,22 @@ var C = class { yield * await value; };;;;;;; ;;;; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/statements/class/fields-after-same-line-gen-rs-static-async-generator-method-privatename-identifier.js b/test/language/statements/class/fields-after-same-line-gen-rs-static-async-generator-method-privatename-identifier.js index 6d5be48070..a06c06ff00 100644 --- a/test/language/statements/class/fields-after-same-line-gen-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/statements/class/fields-after-same-line-gen-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ class C { static async * #ZW_\u200D_J(value) { yield * await value; }; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/statements/class/fields-after-same-line-method-rs-static-async-generator-method-privatename-identifier.js b/test/language/statements/class/fields-after-same-line-method-rs-static-async-generator-method-privatename-identifier.js index 4d2481015e..08d2effc19 100644 --- a/test/language/statements/class/fields-after-same-line-method-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/statements/class/fields-after-same-line-method-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ class C { static async * #ZW_\u200D_J(value) { yield * await value; }; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/statements/class/fields-after-same-line-static-async-gen-rs-static-async-generator-method-privatename-identifier.js b/test/language/statements/class/fields-after-same-line-static-async-gen-rs-static-async-generator-method-privatename-identifier.js index cac96c4d83..a2a9e59e1a 100644 --- a/test/language/statements/class/fields-after-same-line-static-async-gen-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/statements/class/fields-after-same-line-static-async-gen-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ class C { static async * #ZW_\u200D_J(value) { yield * await value; }; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/statements/class/fields-after-same-line-static-async-method-rs-static-async-generator-method-privatename-identifier.js b/test/language/statements/class/fields-after-same-line-static-async-method-rs-static-async-generator-method-privatename-identifier.js index bc70b593d5..d2a3ba48e7 100644 --- a/test/language/statements/class/fields-after-same-line-static-async-method-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/statements/class/fields-after-same-line-static-async-method-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ class C { static async * #ZW_\u200D_J(value) { yield * await value; }; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/statements/class/fields-after-same-line-static-gen-rs-static-async-generator-method-privatename-identifier.js b/test/language/statements/class/fields-after-same-line-static-gen-rs-static-async-generator-method-privatename-identifier.js index 04ab8befe4..a16c33c9fa 100644 --- a/test/language/statements/class/fields-after-same-line-static-gen-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/statements/class/fields-after-same-line-static-gen-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ class C { static async * #ZW_\u200D_J(value) { yield * await value; }; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/statements/class/fields-after-same-line-static-method-rs-static-async-generator-method-privatename-identifier.js b/test/language/statements/class/fields-after-same-line-static-method-rs-static-async-generator-method-privatename-identifier.js index 20506e5884..bf50dddb27 100644 --- a/test/language/statements/class/fields-after-same-line-static-method-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/statements/class/fields-after-same-line-static-method-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ class C { static async * #ZW_\u200D_J(value) { yield * await value; }; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/statements/class/fields-multiple-definitions-rs-static-async-generator-method-privatename-identifier.js b/test/language/statements/class/fields-multiple-definitions-rs-static-async-generator-method-privatename-identifier.js index ee2add8863..8f1479e3a2 100644 --- a/test/language/statements/class/fields-multiple-definitions-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/statements/class/fields-multiple-definitions-rs-static-async-generator-method-privatename-identifier.js @@ -83,22 +83,22 @@ class C { } m2() { return 39 } bar = "barbaz"; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/statements/class/fields-multiple-stacked-definitions-rs-static-async-generator-method-privatename-identifier.js b/test/language/statements/class/fields-multiple-stacked-definitions-rs-static-async-generator-method-privatename-identifier.js index 0e3a704d67..a4baf7ac44 100644 --- a/test/language/statements/class/fields-multiple-stacked-definitions-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/statements/class/fields-multiple-stacked-definitions-rs-static-async-generator-method-privatename-identifier.js @@ -81,22 +81,22 @@ class C { } foo = "foobar" bar = "barbaz"; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/statements/class/fields-new-no-sc-line-method-rs-static-async-generator-method-privatename-identifier.js b/test/language/statements/class/fields-new-no-sc-line-method-rs-static-async-generator-method-privatename-identifier.js index a3a80442c1..c1ad50dd02 100644 --- a/test/language/statements/class/fields-new-no-sc-line-method-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/statements/class/fields-new-no-sc-line-method-rs-static-async-generator-method-privatename-identifier.js @@ -80,22 +80,22 @@ class C { yield * await value; } m() { return 42; } - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/statements/class/fields-new-sc-line-gen-rs-static-async-generator-method-privatename-identifier.js b/test/language/statements/class/fields-new-sc-line-gen-rs-static-async-generator-method-privatename-identifier.js index dce0673774..29ba091638 100644 --- a/test/language/statements/class/fields-new-sc-line-gen-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/statements/class/fields-new-sc-line-gen-rs-static-async-generator-method-privatename-identifier.js @@ -80,22 +80,22 @@ class C { yield * await value; }; *m() { return 42; } - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/statements/class/fields-new-sc-line-method-rs-static-async-generator-method-privatename-identifier.js b/test/language/statements/class/fields-new-sc-line-method-rs-static-async-generator-method-privatename-identifier.js index 26faa8654c..ad8a361662 100644 --- a/test/language/statements/class/fields-new-sc-line-method-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/statements/class/fields-new-sc-line-method-rs-static-async-generator-method-privatename-identifier.js @@ -80,22 +80,22 @@ class C { yield * await value; }; m() { return 42; } - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/statements/class/fields-regular-definitions-rs-static-async-generator-method-privatename-identifier.js b/test/language/statements/class/fields-regular-definitions-rs-static-async-generator-method-privatename-identifier.js index 33a5f10f93..872b6fb71c 100644 --- a/test/language/statements/class/fields-regular-definitions-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/statements/class/fields-regular-definitions-rs-static-async-generator-method-privatename-identifier.js @@ -78,22 +78,22 @@ class C { static async * #ZW_\u200D_J(value) { yield * await value; } - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/statements/class/fields-same-line-async-gen-rs-static-async-generator-method-privatename-identifier.js b/test/language/statements/class/fields-same-line-async-gen-rs-static-async-generator-method-privatename-identifier.js index 5c5d6ef151..3ec0687a02 100644 --- a/test/language/statements/class/fields-same-line-async-gen-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/statements/class/fields-same-line-async-gen-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ class C { static async * #ZW_\u200D_J(value) { yield * await value; }; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/statements/class/fields-same-line-async-method-rs-static-async-generator-method-privatename-identifier.js b/test/language/statements/class/fields-same-line-async-method-rs-static-async-generator-method-privatename-identifier.js index 1a445b93e9..5f60552021 100644 --- a/test/language/statements/class/fields-same-line-async-method-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/statements/class/fields-same-line-async-method-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ class C { static async * #ZW_\u200D_J(value) { yield * await value; }; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/statements/class/fields-same-line-gen-rs-static-async-generator-method-privatename-identifier.js b/test/language/statements/class/fields-same-line-gen-rs-static-async-generator-method-privatename-identifier.js index df02c740c9..5ae16cd077 100644 --- a/test/language/statements/class/fields-same-line-gen-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/statements/class/fields-same-line-gen-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ class C { static async * #ZW_\u200D_J(value) { yield * await value; }; *m() { return 42; } - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/statements/class/fields-same-line-method-rs-static-async-generator-method-privatename-identifier.js b/test/language/statements/class/fields-same-line-method-rs-static-async-generator-method-privatename-identifier.js index e9227dc9a6..adb2f7ef91 100644 --- a/test/language/statements/class/fields-same-line-method-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/statements/class/fields-same-line-method-rs-static-async-generator-method-privatename-identifier.js @@ -79,22 +79,22 @@ class C { static async * #ZW_\u200D_J(value) { yield * await value; }; m() { return 42; } - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; } diff --git a/test/language/statements/class/fields-wrapped-in-sc-rs-static-async-generator-method-privatename-identifier.js b/test/language/statements/class/fields-wrapped-in-sc-rs-static-async-generator-method-privatename-identifier.js index 920a91064b..23e09b3af5 100644 --- a/test/language/statements/class/fields-wrapped-in-sc-rs-static-async-generator-method-privatename-identifier.js +++ b/test/language/statements/class/fields-wrapped-in-sc-rs-static-async-generator-method-privatename-identifier.js @@ -80,22 +80,22 @@ class C { yield * await value; };;;;;;; ;;;; - static async * $() { + static get $() { return this.#$; } - static async * _() { + static get _() { return this.#_; } - static async * \u{6F}() { + static get \u{6F}() { return this.#\u{6F}; } - static async * \u2118() { + static get \u2118() { return this.#\u2118; } - static async * ZW_\u200C_NJ() { + static get ZW_\u200C_NJ() { return this.#ZW_\u200C_NJ; } - static async * ZW_\u200D_J() { + static get ZW_\u200D_J() { return this.#ZW_\u200D_J; }