add WeakSet to feature list where its used in Set tests

This commit is contained in:
Gus Caplan 2018-11-26 20:02:02 -06:00 committed by Rick Waldron
parent 92a585f04a
commit 1df8797a6b
7 changed files with 7 additions and 5 deletions

View File

@ -8,7 +8,7 @@ description: >
...
3. If S does not have a [[SetData]] internal slot, throw a TypeError exception.
...
features: [WeakSet]
---*/
assert.throws(TypeError, function() {

View File

@ -8,7 +8,7 @@ description: >
...
3. If S does not have a [[SetData]] internal slot, throw a TypeError exception.
...
features: [WeakSet]
---*/
assert.throws(TypeError, function() {

View File

@ -8,7 +8,7 @@ description: >
...
3. If S does not have a [[SetData]] internal slot, throw a TypeError exception.
...
features: [WeakSet]
---*/
assert.throws(TypeError, function() {

View File

@ -14,6 +14,7 @@ description: >
...
2. If S does not have a [[SetData]] internal slot, throw a TypeError exception.
...
features: [WeakSet]
---*/
assert.throws(TypeError, function() {

View File

@ -8,7 +8,7 @@ description: >
...
3. If S does not have a [[SetData]] internal slot, throw a TypeError exception.
...
features: [WeakSet]
---*/
assert.throws(TypeError, function() {

View File

@ -8,7 +8,7 @@ description: >
...
3. If S does not have a [[SetData]] internal slot, throw a TypeError exception.
...
features: [WeakSet]
---*/
assert.throws(TypeError, function() {

View File

@ -14,6 +14,7 @@ description: >
...
2. If S does not have a [[SetData]] internal slot, throw a TypeError exception.
...
features: [WeakSet]
---*/
assert.throws(TypeError, function() {