mirror of
https://github.com/tc39/test262.git
synced 2025-07-22 05:24:38 +02:00
Generate tests
This commit is contained in:
parent
2ec2a00791
commit
de1bbd65c8
@ -79,22 +79,22 @@ var C = class {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ var C = class {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ var C = class {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ var C = class {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ var C = class {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ var C = class {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -83,22 +83,22 @@ var C = class {
|
|||||||
}
|
}
|
||||||
m2() { return 39 }
|
m2() { return 39 }
|
||||||
bar = "barbaz";
|
bar = "barbaz";
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,22 +81,22 @@ var C = class {
|
|||||||
}
|
}
|
||||||
foo = "foobar"
|
foo = "foobar"
|
||||||
bar = "barbaz";
|
bar = "barbaz";
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,22 +80,22 @@ var C = class {
|
|||||||
yield * await value;
|
yield * await value;
|
||||||
}
|
}
|
||||||
m() { return 42; }
|
m() { return 42; }
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,22 +80,22 @@ var C = class {
|
|||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
*m() { return 42; }
|
*m() { return 42; }
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,22 +80,22 @@ var C = class {
|
|||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
m() { return 42; }
|
m() { return 42; }
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -78,22 +78,22 @@ var C = class {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
}
|
}
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ var C = class {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ var C = class {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ var C = class {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
}; *m() { return 42; }
|
}; *m() { return 42; }
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ var C = class {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
}; m() { return 42; }
|
}; m() { return 42; }
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,22 +80,22 @@ var C = class {
|
|||||||
yield * await value;
|
yield * await value;
|
||||||
};;;;;;;
|
};;;;;;;
|
||||||
;;;;
|
;;;;
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ class C {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ class C {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ class C {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ class C {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ class C {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ class C {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -83,22 +83,22 @@ class C {
|
|||||||
}
|
}
|
||||||
m2() { return 39 }
|
m2() { return 39 }
|
||||||
bar = "barbaz";
|
bar = "barbaz";
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,22 +81,22 @@ class C {
|
|||||||
}
|
}
|
||||||
foo = "foobar"
|
foo = "foobar"
|
||||||
bar = "barbaz";
|
bar = "barbaz";
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,22 +80,22 @@ class C {
|
|||||||
yield * await value;
|
yield * await value;
|
||||||
}
|
}
|
||||||
m() { return 42; }
|
m() { return 42; }
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,22 +80,22 @@ class C {
|
|||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
*m() { return 42; }
|
*m() { return 42; }
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,22 +80,22 @@ class C {
|
|||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
m() { return 42; }
|
m() { return 42; }
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -78,22 +78,22 @@ class C {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
}
|
}
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ class C {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ class C {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
};
|
};
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ class C {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
}; *m() { return 42; }
|
}; *m() { return 42; }
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,22 +79,22 @@ class C {
|
|||||||
static async * #ZW_\u200D_J(value) {
|
static async * #ZW_\u200D_J(value) {
|
||||||
yield * await value;
|
yield * await value;
|
||||||
}; m() { return 42; }
|
}; m() { return 42; }
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,22 +80,22 @@ class C {
|
|||||||
yield * await value;
|
yield * await value;
|
||||||
};;;;;;;
|
};;;;;;;
|
||||||
;;;;
|
;;;;
|
||||||
static async * $() {
|
static get $() {
|
||||||
return this.#$;
|
return this.#$;
|
||||||
}
|
}
|
||||||
static async * _() {
|
static get _() {
|
||||||
return this.#_;
|
return this.#_;
|
||||||
}
|
}
|
||||||
static async * \u{6F}() {
|
static get \u{6F}() {
|
||||||
return this.#\u{6F};
|
return this.#\u{6F};
|
||||||
}
|
}
|
||||||
static async * \u2118() {
|
static get \u2118() {
|
||||||
return this.#\u2118;
|
return this.#\u2118;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200C_NJ() {
|
static get ZW_\u200C_NJ() {
|
||||||
return this.#ZW_\u200C_NJ;
|
return this.#ZW_\u200C_NJ;
|
||||||
}
|
}
|
||||||
static async * ZW_\u200D_J() {
|
static get ZW_\u200D_J() {
|
||||||
return this.#ZW_\u200D_J;
|
return this.#ZW_\u200D_J;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user