chore: update esids in test/built-ins/{Map|Set}

This commit is contained in:
rwaldron 2021-12-07 11:00:43 -05:00 committed by Rick Waldron
parent d3c5171efd
commit 44b224d388
319 changed files with 335 additions and 337 deletions

View File

@ -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.

View File

@ -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

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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.

View File

@ -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.

View File

@ -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: |

View File

@ -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.

View File

@ -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: |

View File

@ -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 ] )

View File

@ -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: |

View File

@ -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

View File

@ -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: |

View File

@ -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: |

View File

@ -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 ( )

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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%.

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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 ( )

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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,

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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.

View File

@ -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.

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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.

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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: |

View File

@ -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