Searched defs:inextensible (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/webkit/
H A DpreventExtensions.js70 function inextensible(){} function
73 preventExtensions(inextensible);
76 new inextensible;
79 inextensible.prototype.prototypeExists = true;
83 shouldBeTrue("(new inextensible).prototypeExists");
78 inextensible.prototype.prototypeExists = true; class

Completed in 91 milliseconds