RESOLVED FIXED 126506
[JS] Implement Promise.race()
https://bugs.webkit.org/show_bug.cgi?id=126506
Summary [JS] Implement Promise.race()
Sam Weinig
Reported 2014-01-05 14:56:57 PST
[JS] Implement Promise.race()
Attachments
Patch (11.17 KB, patch)
2014-01-05 15:00 PST, Sam Weinig
oliver: review+
Sam Weinig
Comment 1 2014-01-05 15:00:45 PST
Oliver Hunt
Comment 2 2014-01-05 19:42:23 PST
Comment on attachment 220404 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=220404&action=review > Source/JavaScriptCore/runtime/JSPromiseConstructor.cpp:383 > + if (JSValue::strictEqual(exec, next, vm.iterationTerminator.get())) should just do a value compare here
Sam Weinig
Comment 3 2014-01-05 20:14:44 PST
Note You need to log in before you can comment on or make changes to this bug.