Searched refs:prototypeExists (Results 1 – 4 of 4) sorted by relevance
79 inextensible.prototype.prototypeExists = true; method in inextensible80 sealed.prototype.prototypeExists = true; method in sealed81 frozen.prototype.prototypeExists = true; method in frozen
29 PASS (new inextensible).prototypeExists is true30 PASS (new sealed).prototypeExists is true31 PASS (new frozen).prototypeExists is true
344 Frozen.prototype.prototypeExists = true; method in Frozen345 assertTrue((new Frozen()).prototypeExists);
390 Sealed.prototype.prototypeExists = true;391 assertTrue((new Sealed()).prototypeExists);