bug-1972784.js (279B)
1 // |jit-test| error: TypeError: invalid getter usage; --setpref=experimental.self_hosted_cache=true; --ion-offthread-compile=off 2 a = newGlobal({ newCompartment: true }); 3 Debugger(a).onEnterFrame = function () {}; 4 this.__defineGetter__("foo", () => 5); 5 a.__defineGetter__("foo");