Searched refs:testDateMirror (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Dmirror-date.js31 function testDateMirror(d, iso8601) { function
59 testDateMirror(new Date(Date.parse("Dec 25, 1995 1:30 UTC")),
69 testDateMirror(d, "1967-01-17T09:22:59.000Z");
71 testDateMirror(d, "1967-01-17T09:22:59.001Z");
73 testDateMirror(d, "1967-01-17T09:22:12.001Z");
75 testDateMirror(d, "1967-01-17T09:22:36.001Z");
77 testDateMirror(d, "1967-01-17T09:22:36.136Z");

Completed in 65 milliseconds