Searched refs:toISOString (Results 1 – 11 of 11) sorted by relevance
/external/v8/test/webkit/fast/js/ |
D | date-toisostring-expected.txt | 24 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 …]
|
D | Object-getOwnPropertyNames-expected.txt | 79 …UTCMonth', 'setUTCSeconds', 'setYear', 'toDateString', 'toGMTString', 'toISOString', 'toJSON', 'to…
|
/external/v8/test/mjsunit/ |
D | json.js | 33 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
|
D | function-call.js | 131 Date.prototype.toISOString,
|
/external/v8/test/webkit/resources/ |
D | JSON-stringify.js | 115 …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/ |
D | run-json-stringify-expected.txt | 88 …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/ |
D | date.js | 723 return o.toISOString();
|
/external/chromium-trace/trace-viewer/tracing/third_party/mocha/ |
D | mocha.js | 6142 val = '[Date: ' + val.toISOString() + ']';
|
/external/chromium-trace/trace-viewer/tracing/third_party/d3/ |
D | d3.min.js | 2 …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/ |
D | mootools-more-yui-compressed.min.js | 1 …return a.get("GMTOffset");case"Z":return a.get("Timezone")}return d})},toISOString:function(){retu…
|
/external/v8/ |
D | ChangeLog | 4899 Fix error handling in Date.prototype.toISOString (issue 1792).
|