|
|
@@ -33,6 +33,7 @@ Executing test #27 - Async function with nested try-catch in the body
|
|
|
Executing test #28 - Async function with try-catch and try-finally in the body
|
|
|
Executing test #29 - Async function and with
|
|
|
Executing test #30 - Async and arguments.callee
|
|
|
+Executing test #31 - Async and arguments.caller
|
|
|
|
|
|
Completion Results:
|
|
|
Test #1 - Success lambda expression with no argument called with result = 'true'
|
|
|
@@ -89,10 +90,12 @@ Test #23 - Success functions completes the first await call
|
|
|
Test #23 - Success functions completes the second await call
|
|
|
Test #24 - Success caught the expected exception
|
|
|
Test #25 - Success caught the expected exception
|
|
|
+Test #31 - Success async function returned through caller property is the same as the original async function
|
|
|
Test #8 - Success async function with default arguments's value has been rejected as expected by 'err' #2 called with err = 'expected error'
|
|
|
Test #9 - Success resolved promise in an async function #1 called with result = 'resolved'
|
|
|
Test #9 - Success promise in an async function has been rejected as expected by 'err' #3 called with err = 'rejected'
|
|
|
Test #22 - Success functions completes both await calls
|
|
|
Test #29 - Success functions call inside with returns the right this object
|
|
|
+Test #31 - Success async function returned through caller property behaves the same way as the original async function
|
|
|
Test #10 - Success %AsyncFunction% created async function #2 called with result = '6'
|
|
|
Test #26 - Success Multiple awaits in the inner function completed
|