Searched refs:compare_Date (Results 1 – 1 of 1) sorted by relevance
/third_party/node/test/fixtures/wpt/html/webappapis/structured-clone/ |
D | structured-clone-battery-of-tests.js | 206 function compare_Date(actual, input, test_obj) { function 215 check('Date 0', new Date(0), compare_Date); 216 check('Date -0', new Date(-0), compare_Date); 217 check('Date -8.64e15', new Date(-8.64e15), compare_Date); 218 check('Date 8.64e15', new Date(8.64e15), compare_Date); 222 new Date(8.64e15)], compare_Array(enumerate_props(compare_Date))); 226 … '8.64e15':new Date(8.64e15)}, compare_Object(enumerate_props(compare_Date)));
|