// |reftest| skip-if(!this.hasOwnProperty("Tuple")) /* 18 ECMAScript Standard Built-in Objects ...
Built-in function objects that are not identified as constructors do not implement the [[Construct]] internal method unless otherwise specified in the description of a particular function.
*/
assertEq(isConstructor(Tuple.isTuple), false);
assertThrowsInstanceOf(() => new Tuple.isTuple(#[]), TypeError, "new Tuple.isTuple(#[]) throws");
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.