b().then(async () => {
caller(async () => {
let g = a();
await g.next();
await g.next();
await g.next();
})
}).then(() => { // Note: In the shell we re-parent this stack and so get the same // stack as the Error getter.
console.log("Capture: ")
console.log(obj.stack);
console.log("Stack")
console.log(err.stack);
assertEq(obj.stack.length, err.stack.length);
})
}
test_async_reparenting_without_filter();
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.