Home
last modified time | relevance | path

Searched refs:JERRY_BIN_OP_INSTANCEOF (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-container.cpp83 instance_check = jerry_binary_operation (JERRY_BIN_OP_INSTANCEOF, empty_map, global_map);
91 instance_check = jerry_binary_operation (JERRY_BIN_OP_INSTANCEOF, empty_set, global_set);
99 instance_check = jerry_binary_operation (JERRY_BIN_OP_INSTANCEOF, empty_weakmap, global_weakmap);
107 instance_check = jerry_binary_operation (JERRY_BIN_OP_INSTANCEOF, empty_weakset, global_weakset);
Dtest-api-binary-operations-instanceof.cpp101 jerry_value_t result = jerry_binary_operation (JERRY_BIN_OP_INSTANCEOF,
131 jerry_value_t result = jerry_binary_operation (JERRY_BIN_OP_INSTANCEOF,
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h334 JERRY_BIN_OP_INSTANCEOF, /**< instanceof operation */ enumerator
/third_party/jerryscript/jerry-core/api/
Djerry.c1101 case JERRY_BIN_OP_INSTANCEOF: in jerry_binary_operation()
/third_party/jerryscript/docs/
D02.API-REFERENCE.md336 - JERRY_BIN_OP_INSTANCEOF - instanceof operation
2333 **Example - JERRY_BIN_OP_INSTANCEOF**
2366 jerry_value_t is_instance = jerry_binary_operation (JERRY_BIN_OP_INSTANCEOF,