Home
last modified time | relevance | path

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

/third_party/glib/gobject/tests/
Dproperties.c365 TestObject *test_obj; in properties_testv_with_no_properties() local
389 TestObject *test_obj; in properties_testv_with_valid_properties() local
447 TestObject *test_obj; in properties_testv_with_invalid_property_type() local
471 TestObject *test_obj; in properties_testv_with_invalid_property_names() local
506 TestObject *test_obj; in properties_testv_getv() local
547 TestObject *test_obj; in properties_get_property() local
592 TestObject *test_obj; in properties_testv_notify_queue() local
Dsignals.c1251 GObject *test_obj; in test_clear_signal_handler() local
/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