Home
last modified time | relevance | path

Searched defs:toISOString (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/mjsunit/
Djson.js33 n1.toISOString = function () { return "foo"; }; function
39 n4.toISOString = function () { function
51 toISOString: function() { return 42; }}; method
56 toISOString: function() { return 42; }}; method
62 toISOString: function() { return 42; }}; method
69 toISOString: function() { return 42; }}; method
75 toISOString: function() { return 42; }}; method
79 toISOString: function() { return ["not primitive"]; }}; method
/external/v8/test/webkit/resources/
DJSON-stringify.js115 …return jsonObject.stringify({toJSON: Date.prototype.toJSON, toISOString: function(){ return "custo… method
118 …return jsonObject.stringify({toJSON: Date.prototype.toJSON, toISOString: function(){ return {}; }}… method
122 …return jsonObject.stringify({toJSON: Date.prototype.toJSON, toISOString: function(){ throw "An exc… method