Home
last modified time | relevance | path

Searched refs:toISOString (Results 1 – 11 of 11) sorted by relevance

/external/v8/test/webkit/fast/js/
Ddate-toisostring-expected.txt24 Tests for Date.toISOString
29 PASS Date.toISOString.call({}) threw exception TypeError: Cannot read property 'call' of undefined.
30 PASS Date.toISOString.call(0) threw exception TypeError: Cannot read property 'call' of undefined.
31 PASS new Date(-400).toISOString() is '1969-12-31T23:59:59.600Z'
32 PASS new Date(0).toISOString() is '1970-01-01T00:00:00.000Z'
33 PASS new Date('1 January 1500 UTC').toISOString() is '1500-01-01T00:00:00.000Z'
34 PASS new Date('1 January 2000 UTC').toISOString() is '2000-01-01T00:00:00.000Z'
35 PASS new Date('1 January 4000 UTC').toISOString() is '4000-01-01T00:00:00.000Z'
36 PASS new Date('1 January 100000 UTC').toISOString() is '+100000-01-01T00:00:00.000Z'
37 FAIL new Date('1 January -1 UTC').toISOString() should be -000001-01-01T00:00:00.000Z. Threw except…
[all …]
DObject-getOwnPropertyNames-expected.txt79 …UTCMonth', 'setUTCSeconds', 'setYear', 'toDateString', 'toGMTString', 'toISOString', 'toJSON', 'to…
/external/v8/test/mjsunit/
Djson.js33 n1.toISOString = function () { return "foo"; }; function
36 n2.toISOString = null;
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
Dfunction-call.js131 Date.prototype.toISOString,
/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
127 d.toISOString = null;
/external/v8/test/webkit/
Drun-json-stringify-expected.txt88 …onObject.stringify({toJSON: Date.prototype.toJSON, toISOString: function(){ return "custom toISOSt…
92 …return jsonObject.stringify({toJSON: Date.prototype.toJSON, toISOString: function(){ return {}; }}…
96 …return jsonObject.stringify({toJSON: Date.prototype.toJSON, toISOString: function(){ throw "An exc…
101 d.toISOString = null;
/external/v8/src/
Ddate.js723 return o.toISOString();
/external/chromium-trace/trace-viewer/tracing/third_party/mocha/
Dmocha.js6142 val = '[Date: ' + val.toISOString() + ']';
/external/chromium-trace/trace-viewer/tracing/third_party/d3/
Dd3.min.js2 …m",function(n){return"translate(0,"+t(n)+")"})}function Oo(n){return n.toISOString()}function Yo(n…
5 …eFormat,Ps=Ds.utc,Us=Ps("%Y-%m-%dT%H:%M:%S.%LZ");Ds.iso=Date.prototype.toISOString&&+new Date("200…
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
Dmootools-more-yui-compressed.min.js1 …return a.get("GMTOffset");case"Z":return a.get("Timezone")}return d})},toISOString:function(){retu…
/external/v8/
DChangeLog4899 Fix error handling in Date.prototype.toISOString (issue 1792).