mirror of
https://github.com/tc39/test262.git
synced 2025-07-27 07:54:41 +02:00
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…
x
Reference in New Issue
Block a user