Changeset 190042 in webkit


Ignore:
Timestamp:
Sep 20, 2015 9:36:34 PM (9 years ago)
Author:
commit-queue@webkit.org
Message:

[ES6] Added controlFlowProfiler test for arrow function
https://bugs.webkit.org/show_bug.cgi?id=145638

Patch by Aleksandr Skachkov <gskachkov@gmail.com> on 2015-09-19
Reviewed by Saam Barati.

  • Source/JavaScriptCore/tests/controlFlowProfiler/arrowfunction-expression.js: added
Location:
trunk/Source/JavaScriptCore
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r190025 r190042  
     12015-09-19 Aleksandr Skachkov    <gskachkov@gmail.com>
     2
     3        [ES6] Added controlFlowProfiler test for arrow function
     4        https://bugs.webkit.org/show_bug.cgi?id=145638
     5
     6        Reviewed by Saam Barati.
     7
     8        * Source/JavaScriptCore/tests/controlFlowProfiler/arrowfunction-expression.js: added
     9
    1102015-09-20  Youenn Fablet  <youenn.fablet@crf.canon.fr>
    211
Note: See TracChangeset for help on using the changeset viewer.