nodejs/test/parallel/test-regression-object-prototype.js

8 lines
132 B
JavaScript
Raw Normal View History

/* eslint-disable required-modules */
'use strict';
2010-12-05 01:45:52 +03:00
Object.prototype.xadsadsdasasdxx = function() {
};
console.log('puts after');