Searched refs:compare_FileList (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 | 362 function compare_FileList(actual, input, test_obj) { function 378 check('FileList empty', func_FileList_empty, compare_FileList, true); 379 …t empty', () => ([func_FileList_empty()]), compare_Array(enumerate_props(compare_FileList)), true); 380 …ty', () => ({'x':func_FileList_empty()}), compare_Object(enumerate_props(compare_FileList)), true);
|