WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2014-01-05 15:00:45 PST
Created
attachment 220404
[details]
Patch
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
Committed
r161330
: <
http://trac.webkit.org/changeset/161330
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug