blob: 0574e20b439b3b4dc7b34c7e2b350eebfe77dc19 [file] [log] [blame]
// Binary: cache/js-dbg-64-c811be25eaad-linux
// Flags:
//
function f(o) {
o.constructor = function() {};
}
__proto__.__defineSetter__('constructor',
function(v) {});
f({});
Object.defineProperty(__proto__, 'constructor', {
writable: true,
});
f({});