Changeset 217747 in webkit


Ignore:
Timestamp:
Jun 2, 2017, 6:35:00 PM (8 years ago)
Author:
Yusuke Suzuki
Message:

ES2015 modules - Export default function hoisting
https://bugs.webkit.org/show_bug.cgi?id=170174

Reviewed by Saam Barati.

This issue itself is solved by fixing function declaration hoisting rules.
This patch just adds the specific test to modules tests to ensure the bug
is fixed.

  • modules/export-default-function-hoisting.js: Added.
  • modules/export-default-function-hoisting/cappuccino.js: Added.

(import.drinkCocoa.from.string_appeared_here.export.default.drinkCappuccino):

  • modules/export-default-function-hoisting/cocoa.js: Added.

(export.default.drinkCocoa):

Location:
trunk/JSTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r217655 r217747  
     12017-06-02  Yusuke Suzuki  <utatane.tea@gmail.com>
     2
     3        ES2015 modules - Export default function hoisting
     4        https://bugs.webkit.org/show_bug.cgi?id=170174
     5
     6        Reviewed by Saam Barati.
     7
     8        This issue itself is solved by fixing function declaration hoisting rules.
     9        This patch just adds the specific test to modules tests to ensure the bug
     10        is fixed.
     11
     12        * modules/export-default-function-hoisting.js: Added.
     13        * modules/export-default-function-hoisting/cappuccino.js: Added.
     14        (import.drinkCocoa.from.string_appeared_here.export.default.drinkCappuccino):
     15        * modules/export-default-function-hoisting/cocoa.js: Added.
     16        (export.default.drinkCocoa):
     17
    1182017-06-01  Oleksandr Skachkov  <gskachkov@gmail.com>
    219
Note: See TracChangeset for help on using the changeset viewer.