var object = {}; object.constructor.prototype = null; alert(object.toString);
var object = {}; object.__proto__ = null; alert(object.toString);