Searched defs:toISOString (Results 1 – 2 of 2) sorted by relevance
33 n1.toISOString = function () { return "foo"; }; function39 n4.toISOString = function () { function51 toISOString: function() { return 42; }}; method56 toISOString: function() { return 42; }}; method62 toISOString: function() { return 42; }}; method69 toISOString: function() { return 42; }}; method75 toISOString: function() { return 42; }}; method79 toISOString: function() { return ["not primitive"]; }}; method
115 …return jsonObject.stringify({toJSON: Date.prototype.toJSON, toISOString: function(){ return "custo… method118 …return jsonObject.stringify({toJSON: Date.prototype.toJSON, toISOString: function(){ return {}; }}… method122 …return jsonObject.stringify({toJSON: Date.prototype.toJSON, toISOString: function(){ throw "An exc… method