[webkit-reviews] review granted: [Bug 170516] WebAssembly: Plans should be able to have more than one completion task. : [Attachment 306301] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 5 13:49:59 PDT 2017
Saam Barati <sbarati at apple.com> has granted Keith Miller
<keith_miller at apple.com>'s request for review:
Bug 170516: WebAssembly: Plans should be able to have more than one completion
task.
https://bugs.webkit.org/show_bug.cgi?id=170516
Attachment 306301: Patch
https://bugs.webkit.org/attachment.cgi?id=306301&action=review
--- Comment #2 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 306301
--> https://bugs.webkit.org/attachment.cgi?id=306301
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=306301&action=review
> Source/JavaScriptCore/wasm/js/WebAssemblyPrototype.cpp:-159
> -
vm.promiseDeferredTimer->scheduleBlockedTask(instance->codeBlock()->plan().pend
ingPromise(), [&vm, promise, instance, module, entries] () {
can we remove the pending promise stuff?
More information about the webkit-reviews
mailing list