[Webkit-unassigned] [Bug 160693] New: [ES7] Use exponentiation expression in ES6SampleBench

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 9 09:16:08 PDT 2016


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

            Bug ID: 160693
           Summary: [ES7] Use exponentiation expression in ES6SampleBench
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: utatane.tea at gmail.com

We can use **, exponentiation expression now.
Looking into the ES6SampleBench, we can find Math.pow calls. This can be replaced with **.
But, strictly speaking, ** is ES2016. Not ES2015.

-- 
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/20160809/b44dadd0/attachment-0001.html>


More information about the webkit-unassigned mailing list