Ignore:
Timestamp:
Dec 6, 2015, 5:09:31 PM (10 years ago)
Author:
[email protected]
Message:

[es6] Arrow function syntax. Fix tests after 149338 landing
https://bugs.webkit.org/show_bug.cgi?id=151927

Patch by Skachkov Oleksandr <[email protected]> on 2015-12-06
Reviewed by Saam Barati.

After landing patch for 149338 errors appear in for ES6 Generator. Current fix is removed assert
that was removed by patch with implemenation of ES6 Generator.

  • runtime/CommonSlowPaths.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r193584 r193603  
     12015-12-06  Skachkov Oleksandr  <[email protected]>
     2
     3        [es6] Arrow function syntax. Fix tests after 149338 landing
     4        https://bugs.webkit.org/show_bug.cgi?id=151927
     5
     6        Reviewed by Saam Barati.
     7
     8        After landing patch for 149338 errors appear in for ES6 Generator. Current fix is removed assert
     9        that was removed by patch with implemenation of ES6 Generator.
     10 
     11        * runtime/CommonSlowPaths.cpp:
     12
    1132015-12-05 Aleksandr Skachkov   <[email protected]>
    214
Note: See TracChangeset for help on using the changeset viewer.