Source code

Revision control

Copy as Markdown

Other Tools

// 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({});