Fix missing features in templates

This commit is contained in:
Leo Balter 2019-08-14 15:28:28 -04:00
parent 65fd8d30a3
commit 0e8050b5fb
12 changed files with 12 additions and 4 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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() {

View File

@ -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() {

View File

@ -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() {

View File

@ -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() {

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;