[Webkit-unassigned] [Bug 205590] Fail to throw TypeError in Promise.race

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 25 00:54:28 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=205590

--- Comment #1 from sunlili at ict.ac.cn ---
(In reply to sunlili from comment #0)
> Running following code:
> 
> var obj = new Object();
> Promise.race(obj);
> According to ECMA manual, since obj is not iterable object, a TypeError
> should be thrown. However, jsc output nothing.
> 
> ISec Lab
> 2019.12.25

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191225/6fc243dd/attachment.htm>


More information about the webkit-unassigned mailing list