Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/vm/
Dopcodes-ecma-relational-equality.c140 return ecma_op_object_has_instance (right_value_obj_p, left_value); in opfunc_instanceof()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.h69 ecma_value_t ecma_op_object_has_instance (ecma_object_t *obj_p, ecma_value_t value);
Decma-objects.c1973 ecma_op_object_has_instance (ecma_object_t *obj_p, /**< the object */ in ecma_op_object_has_instance() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-function-prototype.c445 return ecma_op_object_has_instance (func_obj_p, arguments_list_p[0]); in ecma_builtin_function_prototype_dispatch_routine()
/third_party/jerryscript/jerry-core/api/
Djerry.c1110 return jerry_return (ecma_op_object_has_instance (proto_obj_p, lhs)); in jerry_binary_operation()