Bug 126506

Summary: [JS] Implement Promise.race()
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch oliver: review+

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.