Home
last modified time | relevance | path

Searched defs:test_obj (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/fixtures/wpt/html/webappapis/structured-clone/
Dstructured-clone-battery-of-tests.js25 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/
Dstring-prototype-startswith.js31 var test_obj = {toString: function() { return "The world of Eorzea"; } }; variable
Dstring-prototype-endswith.js31 var test_obj = {toString: function() { return "A realm reborn"; } }; variable
Dstring-prototype-includes.js30 var test_obj = {toString: function() { return "The world of Eorzea"; } }; variable
Dnew-target.js73 var test_obj = {}; variable