summaryrefslogtreecommitdiff
path: root/test/simple/test-regression-object-prototype.js
blob: 17fe1727d37070c1b7728951fbcdf15eb1ce9043 (plain)
1
2
3
4
5
6
//console.log('puts before');

Object.prototype.xadsadsdasasdxx = function() {
};

console.log('puts after');