// Test that constructors that abort due to asm.js do not assert due to the // parser keeping track of the FunctionBox corresponding to the constructor.
class a {
constructor() { "use asm";
}
}
function f() { class a {
constructor() { "use asm";
}
}
}
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.