master
Test262: fix import_global_ref_var.t.js.
Tests: making async/await test filenames shorter.
Refactored bound function calls according to the spec.
Fixed frame saving for awaited function with closures.
Fixed njs_vmcode_interpreter() when await fails.
Fixed execution of async function in synchronous context.
Fixed frame allocation from an awaited frame.
Fixed recursive async function calls.
Fixed catching of exception thrown in try block of async function.
Fixed catching of the exception thrown from an awaited function.
Attach stack in error constructors.
Added support for export {name as default} statement.
Test262: simplified import_chain.t.js.
Tests: splitting large import tests into several simple ones.
Refactoring of user modules importing.
Tests: refactored modules tests using test262 test suite.
Fixed backtraces while traversing imported user modules.
Reverted changes introduced in 7eaaa7d57636 (not released) back.
Fixed typo while calculating module path length.
Tests: refactored JavaScript tests.
Fixed type confusion bug while resolving promises.
Fixed handling of unhandled promise rejection.
Fixed resolving when Promise is inherited.