Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: insert '!' and '?'; fix incorrect intrinsic names (tc39#1636)
In PR tc39#1571: https://github.com/tc39/ecma262/pull/1571/files#diff-3540caefa502006d8a33cb1385720803L19940 removed the step "Assert: _constructorInfo_ is not an abrupt completion." but didn't insert the equivalent "!" on the previous line. https://github.com/tc39/ecma262/pull/1571/files#diff-3540caefa502006d8a33cb1385720803L23362 removed a ReturnIfAbrupt step, but didn't insert the equivalent '?' in the previous line. --- Commit f1b22ef (tc39#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. --- Commit f1b22ef (tc39#1376) changed lots of intrinsic-names from old-style to new-style. But these two should have stayed old-style, so switch them back. (See tc39#1636 (comment))
- Loading branch information