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/webkit/LayoutTests/fast/js/resources/
DJSON-stringify.js92 …return jsonObject.stringify({toJSON: Date.prototype.toJSON, toISOString: function(){ return "custo… method
95 …return jsonObject.stringify({toJSON: Date.prototype.toJSON, toISOString: function(){ return {}; }}… method
99 …return jsonObject.stringify({toJSON: Date.prototype.toJSON, toISOString: function(){ throw "An exc… method