Home
last modified time | relevance | path

Searched refs:ecma_is_constructor (Results 1 – 12 of 12) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray.c64 if (!ecma_is_constructor (this_arg)) in ecma_builtin_typedarray_from()
131 if (!ecma_is_constructor (this_arg)) in ecma_builtin_typedarray_of()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array.c128 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()
Decma-builtin-reflect.c175 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()
Decma-builtin-promise.c329 JERRY_ASSERT (ecma_is_value_object (capability) && ecma_is_constructor (ctor)); in ecma_builtin_promise_perform_all()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.h36 bool ecma_is_constructor (ecma_value_t value);
Decma-array-object.c701 if (ecma_is_constructor (constructor) in ecma_op_array_species_create()
734 if (!ecma_is_constructor (constructor)) in ecma_op_array_species_create()
Decma-function-object.c132 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
Decma-promise-object.c692 if (!ecma_is_constructor (constructor)) in ecma_promise_new_capability()
Decma-objects.c3001 if (!ecma_is_constructor (species)) in ecma_op_species_constructor()
/third_party/jerryscript/jerry-core/vm/
Dopcodes.c955 if (!ecma_is_constructor (super_class) in opfunc_init_class()
Dvm.c577 else if (!ecma_is_constructor (func_value)) in vm_super_call()
/third_party/jerryscript/jerry-core/api/
Djerry.c753 return ecma_is_constructor (value); in jerry_value_is_constructor()