s/es6id/esid

This commit is contained in:
Leo Balter 2018-02-15 10:46:28 -05:00
parent 14d7bfeda2
commit 832542844c
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Valerie Young. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
es6id: sec-asynciteratorprototype
esid: sec-asynciteratorprototype
description: Property descriptor
info: |
ECMAScript Standard Built-in Objects

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Valerie Young. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
es6id: sec-asynciteratorprototype-asynciterator
esid: sec-asynciteratorprototype-asynciterator
description: Return value of @@asyncIterator
info: |
%AsyncIteratorPrototype% [ @@asyncIterator ] ( )