Checks that Error objects capture the correct async continuation Running test: testErrorStackWithRuntimeEnabled { id : result : { exceptionDetails : { columnNumber : 10 exception : { className : Error description : Error at generateError (test.js:4:10) at async foo (test.js:8:10) at async bar (test.js:12:17) objectId : subtype : error type : object } exceptionId : lineNumber : 4 scriptId : stackTrace : { callFrames : [ [0] : { columnNumber : 9 functionName : generateError lineNumber : 3 scriptId : url : test.js } ] parent : { callFrames : [ [0] : { columnNumber : 15 functionName : foo lineNumber : 7 scriptId : url : test.js } [1] : { columnNumber : 22 functionName : bar lineNumber : 11 scriptId : url : test.js } [2] : { columnNumber : 0 functionName : lineNumber : 0 scriptId : url : } ] description : await } } text : Uncaught (in promise) Error } result : { className : Error description : Error at generateError (test.js:4:10) at async foo (test.js:8:10) at async bar (test.js:12:17) objectId : subtype : error type : object } } }