Searched refs:T_ARI (Results 1 – 1 of 1) sorted by relevance
/third_party/jerryscript/tests/unit-core/ |
D | test-api-binary-operations-arithmetics.c | 29 #define T_ARI(lhs, rhs) \ macro 71 T_ARI (jerry_create_number (3.1), jerry_create_undefined ()), in main() 72 …T_ARI (jerry_create_string ((const jerry_char_t *) "foo"), jerry_create_string ((const jerry_char_… in main() 73 T_ARI (jerry_create_string ((const jerry_char_t *) "foo"), jerry_create_undefined ()), in main() 74 T_ARI (jerry_create_string ((const jerry_char_t *) "foo"), jerry_create_null ()), in main() 75 T_ARI (jerry_create_string ((const jerry_char_t *) "foo"), jerry_create_number (5.0)), in main() 76 T_ARI (jerry_create_undefined (), jerry_create_string ((const jerry_char_t *) "foo")), in main() 77 T_ARI (jerry_create_null (), jerry_create_string ((const jerry_char_t *) "foo")), in main() 78 T_ARI (jerry_create_number (5.0), jerry_create_string ((const jerry_char_t *) "foo")), in main() 79 T_ARI (jerry_create_undefined (), jerry_create_undefined ()), in main() [all …]
|