blob: d84295285b2ad82f11aa59db59154b11bd1db81b [file] [log] [blame]
x = new Uint8ClampedArray;
x.__proto__ = {};
Object.defineProperty(this, "y", {
get: function() {
return x.length;
}
});
assertEq(y, undefined);