Searched defs:test_obj (Results 1 – 5 of 5) 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) { argument 31 return function(actual, input, test_obj) { argument 44 return function(actual, input, test_obj) { argument 56 function enumerate_props(compare_func, test_obj) { argument 130 function compare_Boolean(actual, input, test_obj) { argument 146 return function(actual, input, test_obj) { argument 206 function compare_Date(actual, input, test_obj) { argument 230 return function(actual, input, test_obj) { argument 276 async function compare_Blob(actual, input, test_obj, expect_File) { argument 351 function compare_File(actual, input, test_obj) { argument [all …]
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | string-prototype-startswith.js | 31 var test_obj = {toString: function() { return "The world of Eorzea"; } }; variable
|
| D | string-prototype-endswith.js | 31 var test_obj = {toString: function() { return "A realm reborn"; } }; variable
|
| D | string-prototype-includes.js | 30 var test_obj = {toString: function() { return "The world of Eorzea"; } }; variable
|
| D | new-target.js | 73 var test_obj = {}; variable
|