Fixup Map: add proper esid

This commit is contained in:
Rick Waldron 2020-09-09 15:33:14 -04:00
parent 873a7241c3
commit 7f518f7d38
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Copyright (C) 2017 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 correct error is thrown `Map.prototype.set` throws an error and
the IteratorClose throws an error.