Searched refs:compare_primitive (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 | 25 function compare_primitive(actual, input, test_obj) { function 64 check('primitive undefined', undefined, compare_primitive); 65 check('primitive null', null, compare_primitive); 66 check('primitive true', true, compare_primitive); 67 check('primitive false', false, compare_primitive); 68 check('primitive string, empty string', '', compare_primitive); 69 check('primitive string, lone high surrogate', '\uD800', compare_primitive); 70 check('primitive string, lone low surrogate', '\uDC00', compare_primitive); 71 check('primitive string, NUL', '\u0000', compare_primitive); 72 check('primitive string, astral character', '\uDBFF\uDFFD', compare_primitive); [all …]
|