Home
last modified time | relevance | path

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

/third_party/cef/tests/ceftests/
Dtranslator_unittest.cc177 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/
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