Home
last modified time | relevance | path

Searched refs:ecma_op_function_has_instance (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.h71 ecma_op_function_has_instance (ecma_object_t *func_obj_p, ecma_value_t value);
Decma-function-object.c578 ecma_op_function_has_instance (ecma_object_t *func_obj_p, /**< Function object */ in ecma_op_function_has_instance() function
Decma-objects.c1983 return ecma_op_function_has_instance (obj_p, value); in ecma_op_object_has_instance()