Searched refs:T_ARI (Results 1 - 1 of 1) sorted by relevance
/third_party/jerryscript/tests/unit-core/ |
H A D | test-api-binary-operations-arithmetics.cpp | 31 #define T_ARI(lhs, rhs) \ macro 97 T_ARI (jerry_create_number (3.1), jerry_create_undefined ()), in HWTEST_F() 98 T_ARI (jerry_create_string ((const jerry_char_t *) "foo"), jerry_create_string ((const jerry_char_t *) "bar")), in HWTEST_F() 99 T_ARI (jerry_create_string ((const jerry_char_t *) "foo"), jerry_create_undefined ()), in HWTEST_F() 100 T_ARI (jerry_create_string ((const jerry_char_t *) "foo"), jerry_create_null ()), in HWTEST_F() 101 T_ARI (jerry_create_string ((const jerry_char_t *) "foo"), jerry_create_number (5.0)), in HWTEST_F() 102 T_ARI (jerry_create_undefined (), jerry_create_string ((const jerry_char_t *) "foo")), in HWTEST_F() 103 T_ARI (jerry_create_null (), jerry_create_string ((const jerry_char_t *) "foo")), in HWTEST_F() 104 T_ARI (jerry_create_number (5.0), jerry_create_string ((const jerry_char_t *) "foo")), in HWTEST_F() 105 T_ARI (jerry_create_undefine in HWTEST_F() [all...] |
Completed in 1 milliseconds