mirror of https://github.com/tc39/test262.git
add WeakSet to feature list where its used in Set tests
This commit is contained in:
parent
92a585f04a
commit
1df8797a6b
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue