summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/stream/proper-realm-pull.js
blob: d376e15436345ff594b8f1d846134c921bd3e70b (plain)
1
2
3
4
5
6
ignoreUnhandledRejections();

var g = newGlobal({ newCompartment: true });
var ccwPullMethod = new g.Function("return 17;");

new ReadableStream({ pull: ccwPullMethod });