Searched refs:compare_Array (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 | 30 function compare_Array(callback, callback_is_async) { function 109 0n], compare_Array(enumerate_props(compare_primitive))); 141 check('Array Boolean objects', [new Boolean(true), new Boolean(false)], compare_Array(enumerate_pro… 165 … new String('\uDBFF\uDFFD')], compare_Array(enumerate_props(compare_obj('String')))); 194 … new Number(-9007199254740994)], compare_Array(enumerate_props(compare_obj('Number')))); 222 new Date(8.64e15)], compare_Array(enumerate_props(compare_Date))); 263 …object, RegExp flags and lastIndex', [func_RegExp_flags_lastIndex()], compare_Array(enumerate_prop… 264 …, RegExp sticky flag', function() { return [func_RegExp_sticky()]; }, compare_Array(enumerate_prop… 265 …RegExp unicode flag', function() { return [func_RegExp_unicode()]; }, compare_Array(enumerate_prop… 266 check('Array RegExp object, RegExp empty', [new RegExp('')], compare_Array(enumerate_props(compare_… [all …]
|