Searched refs:ecma_op_object_has_instance (Results 1 – 5 of 5) sorted by relevance
140 return ecma_op_object_has_instance (right_value_obj_p, left_value); in opfunc_instanceof()
69 ecma_value_t ecma_op_object_has_instance (ecma_object_t *obj_p, ecma_value_t value);
1973 ecma_op_object_has_instance (ecma_object_t *obj_p, /**< the object */ in ecma_op_object_has_instance() function
445 return ecma_op_object_has_instance (func_obj_p, arguments_list_p[0]); in ecma_builtin_function_prototype_dispatch_routine()
1110 return jerry_return (ecma_op_object_has_instance (proto_obj_p, lhs)); in jerry_binary_operation()