From 5f765242e3f43cdad4b0a69480eec9cca6b32afc Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Wed, 7 Aug 2019 22:44:42 -0400 Subject: [PATCH] Editorial: %AsyncIterator.prototype% -> %AsyncIteratorPrototype% Commit f1b22ef (#1376) changed 2 occurrences of "%AsyncIteratorPrototype% to "%AsyncIterator.prototype% but the latter assumes a well-known intrinsic named "%AsyncIterator%", which doesn't exist. This commit changes them back. --- spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.html b/spec.html index 0f36977f8df..00c5ed91bf5 100644 --- a/spec.html +++ b/spec.html @@ -37092,7 +37092,7 @@

The %AsyncFromSyncIteratorPrototype% Object

@@ -37656,7 +37656,7 @@

Properties of the AsyncGenerator Prototype Object

  • is the initial value of the `prototype` property of %AsyncGenerator% (the AsyncGeneratorFunction.prototype).
  • is an ordinary object.
  • is not an AsyncGenerator instance and does not have an [[AsyncGeneratorState]] internal slot.
  • -
  • has a [[Prototype]] internal slot whose value is %AsyncIterator.prototype%.
  • +
  • has a [[Prototype]] internal slot whose value is %AsyncIteratorPrototype%.
  • has properties that are indirectly inherited by all AsyncGenerator instances.