Home
last modified time | relevance | path

Searched refs:JERRY_BIN_OP_INSTANCEOF (Results 1 - 4 of 4) 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-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()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-core.h334 JERRY_BIN_OP_INSTANCEOF, /**< instanceof operation */ enumerator
/third_party/jerryscript/jerry-core/api/
H A Djerry.c1101 case JERRY_BIN_OP_INSTANCEOF: in jerry_binary_operation()

Completed in 11 milliseconds