[Webkit-unassigned] [Bug 156147] [JSC] implement async functions proposal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 11 08:57:01 PDT 2016


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

--- Comment #51 from Caitlin Potter (:caitp) <caitp at igalia.com> ---
Comment on attachment 276150
  --> https://bugs.webkit.org/attachment.cgi?id=276150
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=276150&action=review

> Source/JavaScriptCore/runtime/RuntimeFlags.h:35
> +    macro(AsyncAwaitEnabled, "es7-async-await", false)

This stuff is added to be able to enable the flag individually in jsc.cpp --- might be better to just mark it as "enabled" so that jsc uses the experimental flag always. But it seems like it gives the wrong impression. "createAllEnabled()" should probably be more like "createAllExperimental()" or something, since it's only used by jsc, and only makes sense for jsc. If that's preferred, let me know

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160411/91698b10/attachment.html>


More information about the webkit-unassigned mailing list