mirror of https://github.com/tc39/test262.git
s/es6id/esid
This commit is contained in:
parent
14d7bfeda2
commit
832542844c
|
@ -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
|
||||
|
|
|
@ -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 ] ( )
|
||||
|
|
Loading…
Reference in New Issue