Home
last modified time | relevance | path

Searched refs:test_A (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-method-register.c97 const char *test_A = "test.my_number"; in test_simple_registration() local
98 jerry_value_t result = jerry_eval ((const jerry_char_t *) test_A, strlen (test_A), 0); in test_simple_registration()
105 const char *test_A = "test.my_str_sz === 'super_'"; in test_simple_registration() local
106 jerry_value_t result = jerry_eval ((const jerry_char_t *) test_A, strlen (test_A), 0); in test_simple_registration()
113 const char *test_A = "test.my_str === 'super_str'"; in test_simple_registration() local
114 jerry_value_t result = jerry_eval ((const jerry_char_t *) test_A, strlen (test_A), 0); in test_simple_registration()
121 const char *test_A in test_simple_registration() local
129 const char *test_A = "test.my_bool_false"; test_simple_registration() local
137 const char *test_A = "test.my_non_value"; test_simple_registration() local
144 const char *test_A = "test.hello(33, 42, 2);"; test_simple_registration() local
152 const char *test_A = "test.hello();"; test_simple_registration() local
[all...]

Completed in 1 milliseconds