node/test/simple/test-regression-object-prot...

9 lines
132 B
JavaScript

var sys = require('sys');
//sys.puts('puts before');
Object.prototype.xadsadsdasasdxx = function () {
};
sys.puts('puts after');