mirror of https://github.com/tc39/test262.git
Generate tests
This commit is contained in:
parent
7ea8043fca
commit
dacc69a066
|
@ -113,12 +113,12 @@ verifyProperty(C.prototype, "m", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -113,12 +113,12 @@ verifyProperty(C.prototype, "m", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -123,12 +123,12 @@ C.m().next().then(function(v) {
|
|||
}
|
||||
}
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -122,12 +122,12 @@ C.m().then(function(v) {
|
|||
}
|
||||
}
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -113,12 +113,12 @@ verifyProperty(C, "m", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -113,12 +113,12 @@ verifyProperty(C, "m", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -149,12 +149,12 @@ verifyProperty(c, "bar", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -127,12 +127,12 @@ verifyProperty(c, "bar", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -114,12 +114,12 @@ verifyProperty(C.prototype, "m", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -114,12 +114,12 @@ verifyProperty(C.prototype, "m", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -114,12 +114,12 @@ verifyProperty(C.prototype, "m", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -102,12 +102,12 @@ var C = class {
|
|||
var c = new C();
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -123,12 +123,12 @@ c.m().next().then(function(v) {
|
|||
}
|
||||
}
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -122,12 +122,12 @@ c.m().then(function(v) {
|
|||
}
|
||||
}
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -113,12 +113,12 @@ verifyProperty(C.prototype, "m", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -113,12 +113,12 @@ verifyProperty(C.prototype, "m", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -104,12 +104,12 @@ var C = class {
|
|||
var c = new C();
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -113,12 +113,12 @@ verifyProperty(C.prototype, "m", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -113,12 +113,12 @@ verifyProperty(C.prototype, "m", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -123,12 +123,12 @@ C.m().next().then(function(v) {
|
|||
}
|
||||
}
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -122,12 +122,12 @@ C.m().then(function(v) {
|
|||
}
|
||||
}
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -113,12 +113,12 @@ verifyProperty(C, "m", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -113,12 +113,12 @@ verifyProperty(C, "m", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -149,12 +149,12 @@ verifyProperty(c, "bar", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -127,12 +127,12 @@ verifyProperty(c, "bar", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -114,12 +114,12 @@ verifyProperty(C.prototype, "m", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -114,12 +114,12 @@ verifyProperty(C.prototype, "m", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -114,12 +114,12 @@ verifyProperty(C.prototype, "m", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -102,12 +102,12 @@ class C {
|
|||
var c = new C();
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -123,12 +123,12 @@ c.m().next().then(function(v) {
|
|||
}
|
||||
}
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -122,12 +122,12 @@ c.m().then(function(v) {
|
|||
}
|
||||
}
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -113,12 +113,12 @@ verifyProperty(C.prototype, "m", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -113,12 +113,12 @@ verifyProperty(C.prototype, "m", {
|
|||
});
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
|
@ -104,12 +104,12 @@ class C {
|
|||
var c = new C();
|
||||
|
||||
Promise.all([
|
||||
C.$(1).next(),
|
||||
C._(1).next(),
|
||||
C.\u{6F}(1).next(),
|
||||
C.\u2118(1).next(),
|
||||
C.ZW_\u200C_NJ(1).next(),
|
||||
C.ZW_\u200D_J(1).next(),
|
||||
C.$([1]).next(),
|
||||
C._([1]).next(),
|
||||
C.\u{6F}([1]).next(),
|
||||
C.\u2118([1]).next(),
|
||||
C.ZW_\u200C_NJ([1]).next(),
|
||||
C.ZW_\u200D_J([1]).next(),
|
||||
]).then(results => {
|
||||
|
||||
assert.sameValue(results[0].value, 1);
|
||||
|
|
Loading…
Reference in New Issue