Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-core/
H A Dtest-container.cpp83 instance_check = jerry_binary_operation (JERRY_BIN_OP_INSTANCEOF, empty_map, global_map); in HWTEST_F()
91 instance_check = jerry_binary_operation (JERRY_BIN_OP_INSTANCEOF, empty_set, global_set); in HWTEST_F()
99 instance_check = jerry_binary_operation (JERRY_BIN_OP_INSTANCEOF, empty_weakmap, global_weakmap); in HWTEST_F()
107 instance_check = jerry_binary_operation (JERRY_BIN_OP_INSTANCEOF, empty_weakset, global_weakset); in HWTEST_F()
H A Dtest-dataview.cpp70 TEST_ASSERT (jerry_binary_operation (JERRY_BIN_OP_STRICT_EQUAL, internal_buffer, arraybuffer)); in HWTEST_F()
79 TEST_ASSERT (jerry_binary_operation (JERRY_BIN_OP_STRICT_EQUAL, internal_buffer, arraybuffer)); in HWTEST_F()
H A Dtest-resource-name.cpp112 TEST_ASSERT (jerry_binary_operation (JERRY_BIN_OP_STRICT_EQUAL, resource_value, resource1_name_value)); in HWTEST_F()
143 TEST_ASSERT (jerry_binary_operation (JERRY_BIN_OP_STRICT_EQUAL, resource_value, resource2_name_value)); in HWTEST_F()
H A Dtest-api-binary-operations-instanceof.cpp101 jerry_value_t result = jerry_binary_operation (JERRY_BIN_OP_INSTANCEOF, in HWTEST_F()
131 jerry_value_t result = jerry_binary_operation (JERRY_BIN_OP_INSTANCEOF, in HWTEST_F()
H A Dtest-api-binary-operations-arithmetics.cpp132 jerry_value_t result = jerry_binary_operation (test_nans[idx].op, test_nans[idx].lhs, test_nans[idx].rhs); in HWTEST_F()
255 jerry_value_t result = jerry_binary_operation (tests[idx].op, tests[idx].lhs, tests[idx].rhs); in HWTEST_F()
258 jerry_value_t equals = jerry_binary_operation (JERRY_BIN_OP_STRICT_EQUAL, result, tests[idx].expected); in HWTEST_F()
301 jerry_value_t result = jerry_binary_operation (tests[idx].op, error_tests[idx].lhs, error_tests[idx].rhs); in HWTEST_F()
H A Dtest-api-binary-operations-comparisons.cpp294 jerry_value_t result = jerry_binary_operation (tests[idx].op, tests[idx].lhs, tests[idx].rhs); in HWTEST_F()
311 jerry_value_t result = jerry_binary_operation (tests[idx].op, error_tests[idx].lhs, error_tests[idx].rhs); in HWTEST_F()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-core.h425 jerry_value_t jerry_binary_operation (jerry_binary_operation_t op,
/third_party/jerryscript/jerry-core/api/
H A Djerry.c1064 jerry_binary_operation (jerry_binary_operation_t op, /**< operation */ in jerry_binary_operation() function
1128 } /* jerry_binary_operation */ in jerry_binary_operation()

Completed in 10 milliseconds