summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1445854.js
blob: 2bd7f3065977c8f729ac8a61226665dbd4efbee7 (plain)
1
2
3
4
// |jit-test| skip-if: !this.hasOwnProperty("ReadableStream")
load(libdir + "asserts.js");
assertThrowsInstanceOf(() => ReadableStream.prototype.tee(),
    TypeError);