mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 15:34:29 +02:00
Fix missing features in templates
This commit is contained in:
parent
65fd8d30a3
commit
0e8050b5fb
@ -10,6 +10,7 @@ info: |
|
|||||||
a. If IsStatic of m is false, then
|
a. If IsStatic of m is false, then
|
||||||
i. Let status be the result of performing PropertyDefinitionEvaluation
|
i. Let status be the result of performing PropertyDefinitionEvaluation
|
||||||
for m with arguments proto and false.
|
for m with arguments proto and false.
|
||||||
|
features: [class]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var stringSet;
|
var stringSet;
|
||||||
|
@ -12,6 +12,7 @@ info: |
|
|||||||
b. Else,
|
b. Else,
|
||||||
a. Let status be the result of performing PropertyDefinitionEvaluation
|
a. Let status be the result of performing PropertyDefinitionEvaluation
|
||||||
for m with arguments F and false.
|
for m with arguments F and false.
|
||||||
|
features: [class]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var stringSet;
|
var stringSet;
|
||||||
|
@ -10,6 +10,7 @@ info: |
|
|||||||
a. If IsStatic of m is false, then
|
a. If IsStatic of m is false, then
|
||||||
i. Let status be the result of performing PropertyDefinitionEvaluation
|
i. Let status be the result of performing PropertyDefinitionEvaluation
|
||||||
for m with arguments proto and false.
|
for m with arguments proto and false.
|
||||||
|
features: [class]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var stringSet;
|
var stringSet;
|
||||||
|
@ -12,6 +12,7 @@ info: |
|
|||||||
b. Else,
|
b. Else,
|
||||||
a. Let status be the result of performing PropertyDefinitionEvaluation
|
a. Let status be the result of performing PropertyDefinitionEvaluation
|
||||||
for m with arguments F and false.
|
for m with arguments F and false.
|
||||||
|
features: [class]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var stringSet;
|
var stringSet;
|
||||||
|
@ -10,6 +10,7 @@ info: |
|
|||||||
a. If IsStatic of m is false, then
|
a. If IsStatic of m is false, then
|
||||||
i. Let status be the result of performing PropertyDefinitionEvaluation
|
i. Let status be the result of performing PropertyDefinitionEvaluation
|
||||||
for m with arguments proto and false.
|
for m with arguments proto and false.
|
||||||
|
features: [class]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
assert.throws(/*{ error }*/, function() {
|
assert.throws(/*{ error }*/, function() {
|
||||||
|
@ -12,6 +12,7 @@ info: |
|
|||||||
b. Else,
|
b. Else,
|
||||||
a. Let status be the result of performing PropertyDefinitionEvaluation
|
a. Let status be the result of performing PropertyDefinitionEvaluation
|
||||||
for m with arguments F and false.
|
for m with arguments F and false.
|
||||||
|
features: [class]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
assert.throws(/*{ error }*/, function() {
|
assert.throws(/*{ error }*/, function() {
|
||||||
|
@ -10,6 +10,7 @@ info: |
|
|||||||
a. If IsStatic of m is false, then
|
a. If IsStatic of m is false, then
|
||||||
i. Let status be the result of performing PropertyDefinitionEvaluation
|
i. Let status be the result of performing PropertyDefinitionEvaluation
|
||||||
for m with arguments proto and false.
|
for m with arguments proto and false.
|
||||||
|
features: [class]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
assert.throws(/*{ error }*/, function() {
|
assert.throws(/*{ error }*/, function() {
|
||||||
|
@ -12,6 +12,7 @@ info: |
|
|||||||
b. Else,
|
b. Else,
|
||||||
a. Let status be the result of performing PropertyDefinitionEvaluation
|
a. Let status be the result of performing PropertyDefinitionEvaluation
|
||||||
for m with arguments F and false.
|
for m with arguments F and false.
|
||||||
|
features: [class]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
assert.throws(/*{ error }*/, function() {
|
assert.throws(/*{ error }*/, function() {
|
||||||
|
@ -51,7 +51,7 @@ info: |
|
|||||||
The sets of code points with Unicode properties "ID_Start" and
|
The sets of code points with Unicode properties "ID_Start" and
|
||||||
"ID_Continue" include, respectively, the code points with Unicode
|
"ID_Continue" include, respectively, the code points with Unicode
|
||||||
properties "Other_ID_Start" and "Other_ID_Continue".
|
properties "Other_ID_Start" and "Other_ID_Continue".
|
||||||
features: [class-methods-private]
|
features: [class, class-methods-private]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var stringSet;
|
var stringSet;
|
||||||
|
@ -51,7 +51,7 @@ info: |
|
|||||||
The sets of code points with Unicode properties "ID_Start" and
|
The sets of code points with Unicode properties "ID_Start" and
|
||||||
"ID_Continue" include, respectively, the code points with Unicode
|
"ID_Continue" include, respectively, the code points with Unicode
|
||||||
properties "Other_ID_Start" and "Other_ID_Continue".
|
properties "Other_ID_Start" and "Other_ID_Continue".
|
||||||
features: [class-static-methods-private]
|
features: [class, class-static-methods-private]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var stringSet;
|
var stringSet;
|
||||||
|
@ -51,7 +51,7 @@ info: |
|
|||||||
The sets of code points with Unicode properties "ID_Start" and
|
The sets of code points with Unicode properties "ID_Start" and
|
||||||
"ID_Continue" include, respectively, the code points with Unicode
|
"ID_Continue" include, respectively, the code points with Unicode
|
||||||
properties "Other_ID_Start" and "Other_ID_Continue".
|
properties "Other_ID_Start" and "Other_ID_Continue".
|
||||||
features: [class-methods-private]
|
features: [class, class-methods-private]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var stringSet;
|
var stringSet;
|
||||||
|
@ -52,7 +52,7 @@ info: |
|
|||||||
The sets of code points with Unicode properties "ID_Start" and
|
The sets of code points with Unicode properties "ID_Start" and
|
||||||
"ID_Continue" include, respectively, the code points with Unicode
|
"ID_Continue" include, respectively, the code points with Unicode
|
||||||
properties "Other_ID_Start" and "Other_ID_Continue".
|
properties "Other_ID_Start" and "Other_ID_Continue".
|
||||||
features: [class-static-methods-private]
|
features: [class, class-static-methods-private]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var stringSet;
|
var stringSet;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user