Changeset 217747 in webkit
- Timestamp:
- Jun 2, 2017, 6:35:00 PM (8 years ago)
- Location:
- trunk/JSTests
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JSTests/ChangeLog
r217655 r217747 1 2017-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 1 18 2017-06-01 Oleksandr Skachkov <gskachkov@gmail.com> 2 19
Note:
See TracChangeset
for help on using the changeset viewer.