Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In PR $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.
- Loading branch information