Home
last modified time | relevance | path

Searched refs:ecma_op_object_is_callable (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-function-object.h35 bool ecma_op_object_is_callable (ecma_object_t *obj_p);
H A Decma-function-object.c75 ecma_op_object_is_callable (ecma_object_t *obj_p) /**< ecma object */ in ecma_op_object_is_callable() function
89 } /* ecma_op_object_is_callable */ in ecma_op_object_is_callable()
103 && ecma_op_object_is_callable (ecma_get_object_from_value (value))); in ecma_op_is_callable()
1063 JERRY_ASSERT (ecma_op_object_is_callable (func_obj_p)); in ecma_op_function_call()
H A Decma-objects.c1981 if (ecma_op_object_is_callable (obj_p)) in ecma_op_object_has_instance()
/third_party/jerryscript/jerry-core/vm/
H A Dvm.c692 || !ecma_op_object_is_callable (ecma_get_object_from_value (func_value))) in vm_spread_operation()
780 || !ecma_op_object_is_callable (ecma_get_object_from_value (func_value))) in opfunc_call()

Completed in 13 milliseconds