Searched refs:ecma_is_constructor (Results 1 – 12 of 12) sorted by relevance
64 if (!ecma_is_constructor (this_arg)) in ecma_builtin_typedarray_from()131 if (!ecma_is_constructor (this_arg)) in ecma_builtin_typedarray_of()
128 if (ecma_is_constructor (constructor)) in ecma_builtin_array_object_from()289 if (ecma_is_constructor (constructor)) in ecma_builtin_array_object_from()410 if (!ecma_is_constructor (this_arg)) in ecma_builtin_array_object_of()
175 if (arguments_number < 1 || !ecma_is_constructor (arguments_list[0])) in ecma_builtin_reflect_dispatch_routine()188 if (!ecma_is_constructor (arguments_list[2])) in ecma_builtin_reflect_dispatch_routine()
329 JERRY_ASSERT (ecma_is_value_object (capability) && ecma_is_constructor (ctor)); in ecma_builtin_promise_perform_all()
36 bool ecma_is_constructor (ecma_value_t value);
701 if (ecma_is_constructor (constructor) in ecma_op_array_species_create()734 if (!ecma_is_constructor (constructor)) in ecma_op_array_species_create()
132 return ecma_is_constructor (((ecma_proxy_object_t *) obj_p)->target); in ecma_object_is_constructor()151 ecma_is_constructor (ecma_value_t value) /**< ecma value */ in ecma_is_constructor() function
692 if (!ecma_is_constructor (constructor)) in ecma_promise_new_capability()
3001 if (!ecma_is_constructor (species)) in ecma_op_species_constructor()
955 if (!ecma_is_constructor (super_class) in opfunc_init_class()
577 else if (!ecma_is_constructor (func_value)) in vm_super_call()
753 return ecma_is_constructor (value); in jerry_value_is_constructor()