Searched refs:compare_Boolean (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 | 130 function compare_Boolean(actual, input, test_obj) { function 139 check('Boolean true', new Boolean(true), compare_Boolean); 140 check('Boolean false', new Boolean(false), compare_Boolean); 141 …bjects', [new Boolean(true), new Boolean(false)], compare_Array(enumerate_props(compare_Boolean))); 142 …:new Boolean(true), 'false':new Boolean(false)}, compare_Object(enumerate_props(compare_Boolean)));
|