assertErrorMessage(() => RegExp.prototype.test.call({}), TypeError,
/RegExp.prototype.test called on incompatible receiver: Object/);
assertErrorMessage(() => RegExp.prototype[Symbol.match].call([]), TypeError,
/RegExp.prototype.\[Symbol\.match\] called on incompatible receiver: Array/);
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.