Searched refs:ecma_op_function_has_instance (Results 1 – 3 of 3) sorted by relevance
71 ecma_op_function_has_instance (ecma_object_t *func_obj_p, ecma_value_t value);
578 ecma_op_function_has_instance (ecma_object_t *func_obj_p, /**< Function object */ in ecma_op_function_has_instance() function
1983 return ecma_op_function_has_instance (obj_p, value); in ecma_op_object_has_instance()