Searched refs:JERRY_BIN_OP_INSTANCEOF (Results 1 - 4 of 4) sorted by relevance
/third_party/jerryscript/tests/unit-core/ |
H A D | test-container.cpp | 83 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 D | test-api-binary-operations-instanceof.cpp | 101 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 D | jerryscript-core.h | 334 JERRY_BIN_OP_INSTANCEOF, /**< instanceof operation */ enumerator
|
/third_party/jerryscript/jerry-core/api/ |
H A D | jerry.c | 1101 case JERRY_BIN_OP_INSTANCEOF: in jerry_binary_operation()
|
Completed in 11 milliseconds