mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +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
|
||||
i. Let status be the result of performing PropertyDefinitionEvaluation
|
||||
for m with arguments proto and false.
|
||||
features: [class]
|
||||
---*/
|
||||
|
||||
var stringSet;
|
||||
|
@ -12,6 +12,7 @@ info: |
|
||||
b. Else,
|
||||
a. Let status be the result of performing PropertyDefinitionEvaluation
|
||||
for m with arguments F and false.
|
||||
features: [class]
|
||||
---*/
|
||||
|
||||
var stringSet;
|
||||
|
@ -10,6 +10,7 @@ info: |
|
||||
a. If IsStatic of m is false, then
|
||||
i. Let status be the result of performing PropertyDefinitionEvaluation
|
||||
for m with arguments proto and false.
|
||||
features: [class]
|
||||
---*/
|
||||
|
||||
var stringSet;
|
||||
|
@ -12,6 +12,7 @@ info: |
|
||||
b. Else,
|
||||
a. Let status be the result of performing PropertyDefinitionEvaluation
|
||||
for m with arguments F and false.
|
||||
features: [class]
|
||||
---*/
|
||||
|
||||
var stringSet;
|
||||
|
@ -10,6 +10,7 @@ info: |
|
||||
a. If IsStatic of m is false, then
|
||||
i. Let status be the result of performing PropertyDefinitionEvaluation
|
||||
for m with arguments proto and false.
|
||||
features: [class]
|
||||
---*/
|
||||
|
||||
assert.throws(/*{ error }*/, function() {
|
||||
|
@ -12,6 +12,7 @@ info: |
|
||||
b. Else,
|
||||
a. Let status be the result of performing PropertyDefinitionEvaluation
|
||||
for m with arguments F and false.
|
||||
features: [class]
|
||||
---*/
|
||||
|
||||
assert.throws(/*{ error }*/, function() {
|
||||
|
@ -10,6 +10,7 @@ info: |
|
||||
a. If IsStatic of m is false, then
|
||||
i. Let status be the result of performing PropertyDefinitionEvaluation
|
||||
for m with arguments proto and false.
|
||||
features: [class]
|
||||
---*/
|
||||
|
||||
assert.throws(/*{ error }*/, function() {
|
||||
|
@ -12,6 +12,7 @@ info: |
|
||||
b. Else,
|
||||
a. Let status be the result of performing PropertyDefinitionEvaluation
|
||||
for m with arguments F and false.
|
||||
features: [class]
|
||||
---*/
|
||||
|
||||
assert.throws(/*{ error }*/, function() {
|
||||
|
@ -51,7 +51,7 @@ info: |
|
||||
The sets of code points with Unicode properties "ID_Start" and
|
||||
"ID_Continue" include, respectively, the code points with Unicode
|
||||
properties "Other_ID_Start" and "Other_ID_Continue".
|
||||
features: [class-methods-private]
|
||||
features: [class, class-methods-private]
|
||||
---*/
|
||||
|
||||
var stringSet;
|
||||
|
@ -51,7 +51,7 @@ info: |
|
||||
The sets of code points with Unicode properties "ID_Start" and
|
||||
"ID_Continue" include, respectively, the code points with Unicode
|
||||
properties "Other_ID_Start" and "Other_ID_Continue".
|
||||
features: [class-static-methods-private]
|
||||
features: [class, class-static-methods-private]
|
||||
---*/
|
||||
|
||||
var stringSet;
|
||||
|
@ -51,7 +51,7 @@ info: |
|
||||
The sets of code points with Unicode properties "ID_Start" and
|
||||
"ID_Continue" include, respectively, the code points with Unicode
|
||||
properties "Other_ID_Start" and "Other_ID_Continue".
|
||||
features: [class-methods-private]
|
||||
features: [class, class-methods-private]
|
||||
---*/
|
||||
|
||||
var stringSet;
|
||||
|
@ -52,7 +52,7 @@ info: |
|
||||
The sets of code points with Unicode properties "ID_Start" and
|
||||
"ID_Continue" include, respectively, the code points with Unicode
|
||||
properties "Other_ID_Start" and "Other_ID_Continue".
|
||||
features: [class-static-methods-private]
|
||||
features: [class, class-static-methods-private]
|
||||
---*/
|
||||
|
||||
var stringSet;
|
||||
|
Loading…
x
Reference in New Issue
Block a user