Update ctor-throws.js

This commit is contained in:
Minseok Choe 2025-06-05 21:35:20 +09:00 committed by Ms2ger
parent 942e65f505
commit f41447492b

View File

@ -18,7 +18,7 @@ info: |
[...]
6. Let promise be Construct(C, «executor»).
7. ReturnIfAbrupt(promise).
features: [Symbol.species]
features: [Symbol.species]
---*/
var BadCtor = function() {