Searched defs:test_obj (Results 1 – 6 of 6) sorted by relevance
/third_party/cef/tests/ceftests/ |
D | translator_unittest.cc | 177 CefRefPtr<CefTranslatorTestRefPtrLibrary> test_obj = in TEST() local 204 CefRefPtr<CefTranslatorTestRefPtrLibraryChild> test_obj = in TEST() local 312 CefRefPtr<TranslatorTestRefPtrClient> test_obj = in TEST() local 334 CefRefPtr<TranslatorTestRefPtrClientChild> test_obj = in TEST() local 393 CefOwnPtr<CefTranslatorTestScopedLibrary> test_obj = in TEST() local 420 CefOwnPtr<CefTranslatorTestScopedLibraryChild> test_obj = in TEST() local 519 CefOwnPtr<CefTranslatorTestScopedClient> test_obj( in TEST() local 549 CefOwnPtr<CefTranslatorTestScopedClientChild> test_obj( in TEST() local 584 CefOwnPtr<CefTranslatorTestScopedLibrary> test_obj( in TEST() local 609 CefOwnPtr<CefTranslatorTestScopedLibraryChild> test_obj( in TEST() local [all …]
|
/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
|