mirror of
https://github.com/tc39/test262.git
synced 2025-09-22 01:28:34 +02:00
Add esid
This commit is contained in:
parent
461e84459b
commit
208344319e
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.1.1
|
es6id: 23.4.1.1
|
||||||
|
esid: sec-weakset-iterable
|
||||||
description: >
|
description: >
|
||||||
Throws TypeError if add is not callable on constructor call.
|
Throws TypeError if add is not callable on constructor call.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.1
|
es6id: 23.4.1
|
||||||
|
esid: sec-weakset-constructor
|
||||||
description: >
|
description: >
|
||||||
The WeakSet constructor is the %WeakSet% intrinsic object and the initial
|
The WeakSet constructor is the %WeakSet% intrinsic object and the initial
|
||||||
value of the WeakSet property of the global object.
|
value of the WeakSet property of the global object.
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.1.1
|
es6id: 23.4.1.1
|
||||||
|
esid: sec-weakset-iterable
|
||||||
description: >
|
description: >
|
||||||
If the iterable argument is empty, return new Weakset object.
|
If the iterable argument is empty, return new Weakset object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.1.1
|
es6id: 23.4.1.1
|
||||||
|
esid: sec-weakset-iterable
|
||||||
description: >
|
description: >
|
||||||
Return abrupt after getting `add` method.
|
Return abrupt after getting `add` method.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.1.1
|
es6id: 23.4.1.1
|
||||||
|
esid: sec-weakset-iterable
|
||||||
description: >
|
description: >
|
||||||
If the iterable argument is undefined, return new Weakset object.
|
If the iterable argument is undefined, return new Weakset object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.1.1
|
es6id: 23.4.1.1
|
||||||
|
esid: sec-weakset-iterable
|
||||||
description: >
|
description: >
|
||||||
Returns the new WeakSet adding the objects from the iterable parameter.
|
Returns the new WeakSet adding the objects from the iterable parameter.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.1.1
|
es6id: 23.4.1.1
|
||||||
|
esid: sec-weakset-iterable
|
||||||
description: >
|
description: >
|
||||||
Return IteratorClose(iter, status) if fail on adding value on constructing.
|
Return IteratorClose(iter, status) if fail on adding value on constructing.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.1.1
|
es6id: 23.4.1.1
|
||||||
|
esid: sec-weakset-iterable
|
||||||
description: >
|
description: >
|
||||||
Return abrupt from next iterator step.
|
Return abrupt from next iterator step.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.1.1
|
es6id: 23.4.1.1
|
||||||
|
esid: sec-weakset-iterable
|
||||||
description: >
|
description: >
|
||||||
If the iterable argument is empty, return new Weakset object.
|
If the iterable argument is empty, return new Weakset object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.2
|
es6id: 23.4.2
|
||||||
|
esid: sec-properties-of-the-weakset-constructor
|
||||||
description: >
|
description: >
|
||||||
The length property of the WeakSet constructor is 0.
|
The length property of the WeakSet constructor is 0.
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.1.1
|
es6id: 23.4.1.1
|
||||||
|
esid: sec-weakset-iterable
|
||||||
description: >
|
description: >
|
||||||
WeakSet ( [ iterable ] )
|
WeakSet ( [ iterable ] )
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.1.1
|
es6id: 23.4.1.1
|
||||||
|
esid: sec-weakset-iterable
|
||||||
description: >
|
description: >
|
||||||
If the iterable argument is undefined, return new Weakset object.
|
If the iterable argument is undefined, return new Weakset object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3
|
es6id: 23.4.3
|
||||||
|
esid: sec-properties-of-the-weakset-prototype-object
|
||||||
description: >
|
description: >
|
||||||
The WeakSet.prototype's prototype is Object.prototype.
|
The WeakSet.prototype's prototype is Object.prototype.
|
||||||
info: >
|
info: >
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
esid: sec-weakset-iterable
|
|
||||||
es6id: 23.4.1.1
|
es6id: 23.4.1.1
|
||||||
|
esid: sec-weakset-iterable
|
||||||
description: Default [[Prototype]] value derived from realm of the newTarget
|
description: Default [[Prototype]] value derived from realm of the newTarget
|
||||||
info: |
|
info: |
|
||||||
[...]
|
[...]
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.2
|
es6id: 23.4.2
|
||||||
|
esid: sec-properties-of-the-weakset-constructor
|
||||||
description: >
|
description: >
|
||||||
The value of the [[Prototype]] internal slot of the WeakSet constructor
|
The value of the [[Prototype]] internal slot of the WeakSet constructor
|
||||||
is the intrinsic object %FunctionPrototype% (19.2.3).
|
is the intrinsic object %FunctionPrototype% (19.2.3).
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.5
|
es6id: 23.4.3.5
|
||||||
|
esid: sec-weakset.prototype-@@tostringtag
|
||||||
description: >
|
description: >
|
||||||
`Symbol.toStringTag` property descriptor
|
`Symbol.toStringTag` property descriptor
|
||||||
info: >
|
info: >
|
||||||
|
1
test/built-ins/WeakSet/prototype/add/add.js
vendored
1
test/built-ins/WeakSet/prototype/add/add.js
vendored
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1
|
es6id: 23.4.3.1
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: WeakSet.prototype.add property descriptor
|
description: WeakSet.prototype.add property descriptor
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.add ( value )
|
WeakSet.prototype.add ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1
|
es6id: 23.4.3.1
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: >
|
description: >
|
||||||
Appends value as the last element of entries.
|
Appends value as the last element of entries.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1
|
es6id: 23.4.3.1
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: >
|
description: >
|
||||||
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1
|
es6id: 23.4.3.1
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: >
|
description: >
|
||||||
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1
|
es6id: 23.4.3.1
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: >
|
description: >
|
||||||
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1
|
es6id: 23.4.3.1
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: >
|
description: >
|
||||||
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1
|
es6id: 23.4.3.1
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: >
|
description: >
|
||||||
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1
|
es6id: 23.4.3.1
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: WeakSet.prototype.add.length descriptor
|
description: WeakSet.prototype.add.length descriptor
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.add ( value )
|
WeakSet.prototype.add ( value )
|
||||||
|
1
test/built-ins/WeakSet/prototype/add/name.js
vendored
1
test/built-ins/WeakSet/prototype/add/name.js
vendored
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1
|
es6id: 23.4.3.1
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: WeakSet.prototype.add.name descriptor
|
description: WeakSet.prototype.add.name descriptor
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.add ( value )
|
WeakSet.prototype.add ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1
|
es6id: 23.4.3.1
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: Returns `this` when new value is duplicate.
|
description: Returns `this` when new value is duplicate.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.add ( value )
|
WeakSet.prototype.add ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1
|
es6id: 23.4.3.1
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: Returns `this` after adding a new value.
|
description: Returns `this` after adding a new value.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.add ( value )
|
WeakSet.prototype.add ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1
|
es6id: 23.4.3.1
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: Throws TypeError if `this` is not Object.
|
description: Throws TypeError if `this` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.add ( value )
|
WeakSet.prototype.add ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1
|
es6id: 23.4.3.1
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: Throws TypeError if `this` is not Object.
|
description: Throws TypeError if `this` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.add ( value )
|
WeakSet.prototype.add ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1
|
es6id: 23.4.3.1
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: Throws TypeError if `this` is not Object.
|
description: Throws TypeError if `this` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.add ( value )
|
WeakSet.prototype.add ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1
|
es6id: 23.4.3.1
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: Throws TypeError if `this` is not Object.
|
description: Throws TypeError if `this` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.add ( value )
|
WeakSet.prototype.add ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1
|
es6id: 23.4.3.1
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: Throws TypeError if `this` is not Object.
|
description: Throws TypeError if `this` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.add ( value )
|
WeakSet.prototype.add ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1
|
es6id: 23.4.3.1
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: Throws TypeError if `this` is not Object.
|
description: Throws TypeError if `this` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.add ( value )
|
WeakSet.prototype.add ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1
|
es6id: 23.4.3.1
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: Throws TypeError if `value` is not Object.
|
description: Throws TypeError if `value` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.add ( value )
|
WeakSet.prototype.add ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.2
|
es6id: 23.4.3.2
|
||||||
|
esid: sec-weakset.prototype.constructor
|
||||||
description: >
|
description: >
|
||||||
The initial value of WeakSet.prototype.constructor is the %WeakSet%
|
The initial value of WeakSet.prototype.constructor is the %WeakSet%
|
||||||
intrinsic object.
|
intrinsic object.
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.2
|
es6id: 23.4.3.2
|
||||||
|
esid: sec-weakset.prototype.constructor
|
||||||
description: >
|
description: >
|
||||||
WeakSet.prototype.constructor property descriptor
|
WeakSet.prototype.constructor property descriptor
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.3
|
es6id: 23.4.3.3
|
||||||
|
esid: sec-weakset.prototype.delete
|
||||||
description: >
|
description: >
|
||||||
Delete an entry from initial iterable.
|
Delete an entry from initial iterable.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.3
|
es6id: 23.4.3.3
|
||||||
|
esid: sec-weakset.prototype.delete
|
||||||
description: >
|
description: >
|
||||||
Delete an entry.
|
Delete an entry.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.3
|
es6id: 23.4.3.3
|
||||||
|
esid: sec-weakset.prototype.delete
|
||||||
description: >
|
description: >
|
||||||
WeakSet.prototype.delete property descriptor
|
WeakSet.prototype.delete property descriptor
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.3
|
es6id: 23.4.3.3
|
||||||
|
esid: sec-weakset.prototype.delete
|
||||||
description: >
|
description: >
|
||||||
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.3
|
es6id: 23.4.3.3
|
||||||
|
esid: sec-weakset.prototype.delete
|
||||||
description: >
|
description: >
|
||||||
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.3
|
es6id: 23.4.3.3
|
||||||
|
esid: sec-weakset.prototype.delete
|
||||||
description: >
|
description: >
|
||||||
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.3
|
es6id: 23.4.3.3
|
||||||
|
esid: sec-weakset.prototype.delete
|
||||||
description: >
|
description: >
|
||||||
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.3
|
es6id: 23.4.3.3
|
||||||
|
esid: sec-weakset.prototype.delete
|
||||||
description: >
|
description: >
|
||||||
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.3
|
es6id: 23.4.3.3
|
||||||
|
esid: sec-weakset.prototype.delete
|
||||||
description: >
|
description: >
|
||||||
WeakSet.prototype.delete.length value and writability.
|
WeakSet.prototype.delete.length value and writability.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.3
|
es6id: 23.4.3.3
|
||||||
|
esid: sec-weakset.prototype.delete
|
||||||
description: >
|
description: >
|
||||||
WeakSet.prototype.delete.name value and writability.
|
WeakSet.prototype.delete.name value and writability.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.3
|
es6id: 23.4.3.3
|
||||||
|
esid: sec-weakset.prototype.delete
|
||||||
description: >
|
description: >
|
||||||
Return false if value is not a non-null Object.
|
Return false if value is not a non-null Object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.3
|
es6id: 23.4.3.3
|
||||||
|
esid: sec-weakset.prototype.delete
|
||||||
description: >
|
description: >
|
||||||
Return false if entry wasn't in the WeakSet.
|
Return false if entry wasn't in the WeakSet.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.3
|
es6id: 23.4.3.3
|
||||||
|
esid: sec-weakset.prototype.delete
|
||||||
description: Throws TypeError if `this` is not Object.
|
description: Throws TypeError if `this` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.delete ( value )
|
WeakSet.prototype.delete ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.3
|
es6id: 23.4.3.3
|
||||||
|
esid: sec-weakset.prototype.delete
|
||||||
description: Throws TypeError if `this` is not Object.
|
description: Throws TypeError if `this` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.delete ( value )
|
WeakSet.prototype.delete ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.3
|
es6id: 23.4.3.3
|
||||||
|
esid: sec-weakset.prototype.delete
|
||||||
description: Throws TypeError if `this` is not Object.
|
description: Throws TypeError if `this` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.delete ( value )
|
WeakSet.prototype.delete ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.3
|
es6id: 23.4.3.3
|
||||||
|
esid: sec-weakset.prototype.delete
|
||||||
description: Throws TypeError if `this` is not Object.
|
description: Throws TypeError if `this` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.delete ( value )
|
WeakSet.prototype.delete ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.3
|
es6id: 23.4.3.3
|
||||||
|
esid: sec-weakset.prototype.delete
|
||||||
description: Throws TypeError if `this` is not Object.
|
description: Throws TypeError if `this` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.delete ( value )
|
WeakSet.prototype.delete ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.3
|
es6id: 23.4.3.3
|
||||||
|
esid: sec-weakset.prototype.delete
|
||||||
description: Throws TypeError if `this` is not Object.
|
description: Throws TypeError if `this` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.delete ( value )
|
WeakSet.prototype.delete ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.4
|
es6id: 23.4.3.4
|
||||||
|
esid: sec-weakset.prototype.has
|
||||||
description: >
|
description: >
|
||||||
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.4
|
es6id: 23.4.3.4
|
||||||
|
esid: sec-weakset.prototype.has
|
||||||
description: >
|
description: >
|
||||||
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.4
|
es6id: 23.4.3.4
|
||||||
|
esid: sec-weakset.prototype.has
|
||||||
description: >
|
description: >
|
||||||
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.4
|
es6id: 23.4.3.4
|
||||||
|
esid: sec-weakset.prototype.has
|
||||||
description: >
|
description: >
|
||||||
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.4
|
es6id: 23.4.3.4
|
||||||
|
esid: sec-weakset.prototype.has
|
||||||
description: >
|
description: >
|
||||||
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
Throws TypeError if context doesn't have a [[WeakSetData]] internal slot.
|
||||||
info: >
|
info: >
|
||||||
|
1
test/built-ins/WeakSet/prototype/has/has.js
vendored
1
test/built-ins/WeakSet/prototype/has/has.js
vendored
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.4
|
es6id: 23.4.3.4
|
||||||
|
esid: sec-weakset.prototype.has
|
||||||
description: >
|
description: >
|
||||||
WeakSet.prototype.has property descriptor
|
WeakSet.prototype.has property descriptor
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.4
|
es6id: 23.4.3.4
|
||||||
|
esid: sec-weakset.prototype.has
|
||||||
description: >
|
description: >
|
||||||
WeakSet.prototype.has.length value and writability.
|
WeakSet.prototype.has.length value and writability.
|
||||||
info: >
|
info: >
|
||||||
|
1
test/built-ins/WeakSet/prototype/has/name.js
vendored
1
test/built-ins/WeakSet/prototype/has/name.js
vendored
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.4
|
es6id: 23.4.3.4
|
||||||
|
esid: sec-weakset.prototype.has
|
||||||
description: >
|
description: >
|
||||||
WeakSet.prototype.has.name value and writability.
|
WeakSet.prototype.has.name value and writability.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.4
|
es6id: 23.4.3.4
|
||||||
|
esid: sec-weakset.prototype.has
|
||||||
description: >
|
description: >
|
||||||
Returns false if value is not a non-null Object.
|
Returns false if value is not a non-null Object.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.4
|
es6id: 23.4.3.4
|
||||||
|
esid: sec-weakset.prototype.has
|
||||||
description: >
|
description: >
|
||||||
Return false when value is not present in the WeakSet entries.
|
Return false when value is not present in the WeakSet entries.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.4
|
es6id: 23.4.3.4
|
||||||
|
esid: sec-weakset.prototype.has
|
||||||
description: >
|
description: >
|
||||||
Returns true when value is present in the WeakSet entries list.
|
Returns true when value is present in the WeakSet entries list.
|
||||||
info: >
|
info: >
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.4
|
es6id: 23.4.3.4
|
||||||
|
esid: sec-weakset.prototype.has
|
||||||
description: Throws TypeError if `this` is not Object.
|
description: Throws TypeError if `this` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.has ( value )
|
WeakSet.prototype.has ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.4
|
es6id: 23.4.3.4
|
||||||
|
esid: sec-weakset.prototype.has
|
||||||
description: Throws TypeError if `this` is not Object.
|
description: Throws TypeError if `this` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.has ( value )
|
WeakSet.prototype.has ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.4
|
es6id: 23.4.3.4
|
||||||
|
esid: sec-weakset.prototype.has
|
||||||
description: Throws TypeError if `this` is not Object.
|
description: Throws TypeError if `this` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.has ( value )
|
WeakSet.prototype.has ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.4
|
es6id: 23.4.3.4
|
||||||
|
esid: sec-weakset.prototype.has
|
||||||
description: Throws TypeError if `this` is not Object.
|
description: Throws TypeError if `this` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.has ( value )
|
WeakSet.prototype.has ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.4
|
es6id: 23.4.3.4
|
||||||
|
esid: sec-weakset.prototype.has
|
||||||
description: Throws TypeError if `this` is not Object.
|
description: Throws TypeError if `this` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.has ( value )
|
WeakSet.prototype.has ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.4
|
es6id: 23.4.3.4
|
||||||
|
esid: sec-weakset.prototype.has
|
||||||
description: Throws TypeError if `this` is not Object.
|
description: Throws TypeError if `this` is not Object.
|
||||||
info: >
|
info: >
|
||||||
WeakSet.prototype.has ( value )
|
WeakSet.prototype.has ( value )
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.2.1
|
es6id: 23.4.2.1
|
||||||
|
esid: sec-weakset.prototype
|
||||||
description: >
|
description: >
|
||||||
WeakSet.prototype is not writable, not enumerable and not configurable.
|
WeakSet.prototype is not writable, not enumerable and not configurable.
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.3.1_S2
|
es6id: 23.4.3.1_S2
|
||||||
|
esid: sec-weakset.prototype.add
|
||||||
description: >
|
description: >
|
||||||
Symbol may not be used as a WeakSet entry
|
Symbol may not be used as a WeakSet entry
|
||||||
features: [WeakSet]
|
features: [WeakSet]
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.1.1
|
es6id: 23.4.1.1
|
||||||
|
esid: sec-weakset-iterable
|
||||||
description: >
|
description: >
|
||||||
The WeakSet constructor is the %WeakSet% intrinsic object and the initial
|
The WeakSet constructor is the %WeakSet% intrinsic object and the initial
|
||||||
value of the WeakSet property of the global object.
|
value of the WeakSet property of the global object.
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
es6id: 23.4.1.1
|
es6id: 23.4.1.1
|
||||||
|
esid: sec-weakset-iterable
|
||||||
description: >
|
description: >
|
||||||
WeakSet ( [ iterable ] )
|
WeakSet ( [ iterable ] )
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user