mirror of https://github.com/tc39/test262.git
chore: update esids in test/built-ins/{Map|Set}
This commit is contained in:
parent
d3c5171efd
commit
44b224d388
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1
|
||||
esid: sec-map-constructor
|
||||
description: >
|
||||
The Map constructor is the %Map% intrinsic object and the initial value of the
|
||||
Map property of the global object.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1.1
|
||||
esid: sec-map-iterable
|
||||
description: >
|
||||
Creating a new Map object without arguments doesn't throw if `set` is not
|
||||
callable
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1.1
|
||||
esid: sec-map-iterable
|
||||
description: >
|
||||
new Map returns abrupt from getting Map.prototype.set.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1.1
|
||||
esid: sec-map-iterable
|
||||
description: >
|
||||
new Map calls `set` for each item on the iterable argument in order.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1.1
|
||||
esid: sec-map-iterable
|
||||
description: >
|
||||
The iterator is closed when `Map.prototype.set` throws an error.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1.1
|
||||
esid: sec-map-iterable
|
||||
description: >
|
||||
Closes iterator if item first entry completes abruptly.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1.1
|
||||
esid: sec-map-iterable
|
||||
description: >
|
||||
Closes iterator if item second entry completes abruptly.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1.1
|
||||
esid: sec-map-iterable
|
||||
description: >
|
||||
Closes the iterator after `not Object` error.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1.1
|
||||
esid: sec-map-iterable
|
||||
description: >
|
||||
Throws a TypeError if iterable items are not Objects.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1.1
|
||||
esid: sec-map-iterable
|
||||
description: >
|
||||
The iterator is closed when iterable `next` throws an error.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1.1
|
||||
esid: sec-map-iterable
|
||||
description: >
|
||||
The iterator is closed when iterable `next` value throws an error.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1.1
|
||||
esid: sec-map-iterable
|
||||
description: >
|
||||
A Map constructed with an empty iterable argument does not call set.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1.1
|
||||
esid: sec-map-iterable
|
||||
description: >
|
||||
Throws a TypeError if `set` is not callable on Map constructor with a
|
||||
iterable argument.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1.1
|
||||
esid: sec-map-iterable
|
||||
description: >
|
||||
Contructor returns a map object set with the elements from the iterable
|
||||
argument.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1.1
|
||||
esid: sec-map-iterable
|
||||
description: >
|
||||
A Map constructed without a iterable argument does not call set.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1.1
|
||||
esid: sec-map-iterable
|
||||
description: >
|
||||
Returns the new Map object with the new empty list if the iterable argument is
|
||||
undefined.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1.1
|
||||
esid: sec-map-iterable
|
||||
description: >
|
||||
Map descriptor as a standard built-in object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1.1
|
||||
esid: sec-map-iterable
|
||||
description: Map.name value and descriptor.
|
||||
info: |
|
||||
Map ( [ iterable ] )
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.1.1
|
||||
esid: sec-map-iterable
|
||||
description: >
|
||||
The new Map object's prototype is Map.prototype
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2014 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.12
|
||||
esid: sec-map.prototype-@@iterator
|
||||
description: Initial state of the Symbol.iterator property
|
||||
info: |
|
||||
The initial value of the @@iterator property is the same function object as
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.13
|
||||
esid: sec-map.prototype-@@tostringtag
|
||||
description: >
|
||||
`Symbol.toStringTag` property descriptor
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.1
|
||||
esid: sec-map.prototype.clear
|
||||
description: >
|
||||
Clears a Map.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.1
|
||||
esid: sec-map.prototype.clear
|
||||
description: >
|
||||
Map.prototype.clear ( )
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.1
|
||||
esid: sec-map.prototype.clear
|
||||
description: >
|
||||
Throws a TypeError if `this` does not have a [[MapData]] internal slot.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.1
|
||||
esid: sec-map.prototype.clear
|
||||
description: >
|
||||
Throws a TypeError if `this` is not an Object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.1
|
||||
esid: sec-map.prototype.clear
|
||||
description: >
|
||||
Throws a TypeError if `this` is a Set object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.1
|
||||
esid: sec-map.prototype.clear
|
||||
description: >
|
||||
Throws a TypeError if `this` is a WeakMap object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.1
|
||||
esid: sec-map.prototype.clear
|
||||
description: >
|
||||
Map.prototype.clear.length value and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.1
|
||||
esid: sec-map.prototype.clear
|
||||
description: >
|
||||
The existing [[MapData]] List is preserved.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.1
|
||||
esid: sec-map.prototype.clear
|
||||
description: >
|
||||
Map.prototype.entries.name value and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.1
|
||||
esid: sec-map.prototype.clear
|
||||
description: >
|
||||
Returns undefined.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.2
|
||||
esid: sec-map-constructor
|
||||
description: Map.prototype.constructor value and descriptor
|
||||
info: |
|
||||
The initial value of Map.prototype.constructor is the intrinsic object %Map%.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.3
|
||||
esid: sec-map.prototype.delete
|
||||
description: >
|
||||
Throws a TypeError if `this` does not have a [[MapData]] internal slot.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.3
|
||||
esid: sec-map.prototype.delete
|
||||
description: >
|
||||
Throws a TypeError if `this` is not an Object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.3
|
||||
esid: sec-map.prototype.delete
|
||||
description: >
|
||||
Throws a TypeError if `this` is a Set object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.3
|
||||
esid: sec-map.prototype.delete
|
||||
description: >
|
||||
Throws a TypeError if `this` is a WeakMap object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.3
|
||||
esid: sec-map.prototype.delete
|
||||
description: >
|
||||
Map.prototype.delete ( )
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.3
|
||||
esid: sec-map.prototype.delete
|
||||
description: >
|
||||
Deleting an entry does not break a [[MapData]] List.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.3
|
||||
esid: sec-map.prototype.delete
|
||||
description: >
|
||||
Map.prototype.delete.length value and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.3
|
||||
esid: sec-map.prototype.delete
|
||||
description: >
|
||||
Map.prototype.delete.name value and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.3
|
||||
esid: sec-map.prototype.delete
|
||||
description: >
|
||||
Returns false when it does not delete an entry.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.3
|
||||
esid: sec-map.prototype.delete
|
||||
description: >
|
||||
Returns true when deletes an entry.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.2.1
|
||||
esid: sec-map.prototype
|
||||
description: Map.prototype property attributes.
|
||||
info: |
|
||||
This property has the attributes { [[Writable]]: false, [[Enumerable]]: false,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.4
|
||||
esid: sec-map.prototype.entries
|
||||
description: >
|
||||
Throws a TypeError if `this` is a Set object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.4
|
||||
esid: sec-map.prototype.entries
|
||||
description: >
|
||||
Throws a TypeError if `this` is a WeakMap object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.4
|
||||
esid: sec-map.prototype.entries
|
||||
description: >
|
||||
Throws a TypeError if `this` object does not have a [[MapData]] internal slot.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.4
|
||||
esid: sec-map.prototype.entries
|
||||
description: >
|
||||
Property type and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.4
|
||||
esid: sec-map.prototype.entries
|
||||
description: >
|
||||
Map.prototype.entries.length value and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.4
|
||||
esid: sec-map.prototype.entries
|
||||
description: >
|
||||
Map.prototype.entries.name value and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.4
|
||||
esid: sec-map.prototype.entries
|
||||
description: >
|
||||
Returns an iterator on an empty Map object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.4
|
||||
esid: sec-map.prototype.entries
|
||||
description: >
|
||||
Returns an iterator.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.4
|
||||
esid: sec-map.prototype.entries
|
||||
description: >
|
||||
Throws a TypeError if `this` is not an Object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.5
|
||||
esid: sec-map.prototype.forEach
|
||||
description: >
|
||||
Verify the parameters order on the given callback.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.5
|
||||
esid: sec-map.prototype.forEach
|
||||
description: >
|
||||
Returns error from callback result is abrupt.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.5
|
||||
esid: sec-map.prototype.forEach
|
||||
description: >
|
||||
If a thisArg is not provided, undefined will be used as the this value for
|
||||
each invocation of callbackfn.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.5
|
||||
esid: sec-map.prototype.forEach
|
||||
description: >
|
||||
If a thisArg is not provided, undefined will be used as the this value for
|
||||
each invocation of callbackfn.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.5
|
||||
esid: sec-map.prototype.forEach
|
||||
description: >
|
||||
Map state with deleted values during forEach.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.5
|
||||
esid: sec-map.prototype.forEach
|
||||
description: >
|
||||
Throws a TypeError if `this` is a Set object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.5
|
||||
esid: sec-map.prototype.forEach
|
||||
description: >
|
||||
Throws a TypeError if `this` is a WeakMap object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.5
|
||||
esid: sec-map.prototype.forEach
|
||||
description: >
|
||||
Throws a TypeError if `this` object does not have a [[MapData]] internal slot.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.5
|
||||
esid: sec-map.prototype.forEach
|
||||
description: >
|
||||
Throws a TypeError if first argument is not callable.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.5
|
||||
esid: sec-map.prototype.forEach
|
||||
description: >
|
||||
Property type and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.5
|
||||
esid: sec-map.prototype.forEach
|
||||
description: >
|
||||
Repeats for each non-empty record, in original key insertion order.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.5
|
||||
esid: sec-map.prototype.forEach
|
||||
description: >
|
||||
New keys are visited if created during forEach execution.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.5
|
||||
esid: sec-map.prototype.forEach
|
||||
description: >
|
||||
New keys are visited if created during forEach execution.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.5
|
||||
esid: sec-map.prototype.forEach
|
||||
description: >
|
||||
Map.prototype.forEach.length value and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.5
|
||||
esid: sec-map.prototype.forEach
|
||||
description: >
|
||||
Map.prototype.forEach.name value and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.5
|
||||
esid: sec-map.prototype.forEach
|
||||
description: >
|
||||
Returns undefined.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.5
|
||||
esid: sec-map.prototype.forEach
|
||||
description: >
|
||||
If a thisArg parameter is provided, it will be used as the this value for each
|
||||
invocation of callbackfn.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.5
|
||||
esid: sec-map.prototype.forEach
|
||||
description: >
|
||||
Throws a TypeError if `this` is not an Object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.6
|
||||
esid: sec-map.prototype.get
|
||||
description: >
|
||||
Throws a TypeError if `this` is a Set object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.6
|
||||
esid: sec-map.prototype.get
|
||||
description: >
|
||||
Throws a TypeError if `this` is a WeakMap object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.6
|
||||
esid: sec-map.prototype.get
|
||||
description: >
|
||||
Throws a TypeError if `this` object does not have a [[MapData]] internal slot.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.6
|
||||
esid: sec-map.prototype.get
|
||||
description: >
|
||||
Property type and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.6
|
||||
esid: sec-map.prototype.get
|
||||
description: >
|
||||
Map.prototype.get.length value and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.6
|
||||
esid: sec-map.prototype.get
|
||||
description: >
|
||||
Map.prototype.get.name value and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.6
|
||||
esid: sec-map.prototype.get
|
||||
description: >
|
||||
Returns undefined when key is not on the map.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.6
|
||||
esid: sec-map.prototype.get
|
||||
description: >
|
||||
Returns the value from the specified key on different types.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.6
|
||||
esid: sec-map.prototype.get
|
||||
description: >
|
||||
-0 and +0 are normalized to +0;
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.6
|
||||
esid: sec-map.prototype.get
|
||||
description: >
|
||||
Throws a TypeError if `this` is not an Object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.7
|
||||
esid: sec-map.prototype.has
|
||||
description: >
|
||||
Throws a TypeError if `this` is a Set object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.7
|
||||
esid: sec-map.prototype.has
|
||||
description: >
|
||||
Throws a TypeError if `this` is a WeakMap object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.7
|
||||
esid: sec-map.prototype.has
|
||||
description: >
|
||||
Throws a TypeError if `this` object does not have a [[MapData]] internal slot.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.7
|
||||
esid: sec-map.prototype.has
|
||||
description: >
|
||||
Property type and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.7
|
||||
esid: sec-map.prototype.has
|
||||
description: >
|
||||
Map.prototype.has.length value and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.7
|
||||
esid: sec-map.prototype.has
|
||||
description: >
|
||||
Map.prototype.has.name value and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.7
|
||||
esid: sec-map.prototype.has
|
||||
description: >
|
||||
-0 and +0 are normalized to +0;
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.7
|
||||
esid: sec-map.prototype.has
|
||||
description: >
|
||||
Returns true for existing keys, using different key types.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.7
|
||||
esid: sec-map.prototype.has
|
||||
description: >
|
||||
Returns true for existing keys, using different key types.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.7
|
||||
esid: sec-map.prototype.has
|
||||
description: >
|
||||
Throws a TypeError if `this` is not an Object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.8
|
||||
esid: sec-map.prototype.keys
|
||||
description: >
|
||||
Throws a TypeError if `this` is a Set object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.8
|
||||
esid: sec-map.prototype.keys
|
||||
description: >
|
||||
Throws a TypeError if `this` is a WeakMap object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.8
|
||||
esid: sec-map.prototype.keys
|
||||
description: >
|
||||
Throws a TypeError if `this` object does not have a [[MapData]] internal slot.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.8
|
||||
esid: sec-map.prototype.keys
|
||||
description: >
|
||||
Property type and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.8
|
||||
esid: sec-map.prototype.keys
|
||||
description: >
|
||||
Map.prototype.keys.length value and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.8
|
||||
esid: sec-map.prototype.keys
|
||||
description: >
|
||||
Map.prototype.keys.name value and descriptor.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.8
|
||||
esid: sec-map.prototype.keys
|
||||
description: >
|
||||
Returns an iterator on an empty Map object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.8
|
||||
esid: sec-map.prototype.keys
|
||||
description: >
|
||||
Returns an iterator.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.8
|
||||
esid: sec-map.prototype.keys
|
||||
description: >
|
||||
Throws a TypeError if `this` is not an Object.
|
||||
info: |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es6id: 23.1.3.9
|
||||
esid: sec-map.prototype.set
|
||||
description: >
|
||||
Appends new value in the map normalizing +0 and -0.
|
||||
info: |
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue