Searched refs:ecma_bound_function_t (Results 1 – 4 of 4) sorted by relevance
247 ecma_bound_function_t *bound_func_p; in ecma_builtin_function_prototype_object_bind()253 sizeof (ecma_bound_function_t), in ecma_builtin_function_prototype_object_bind()257 bound_func_p = (ecma_bound_function_t *) function_p; in ecma_builtin_function_prototype_object_bind()273 size_t obj_size = sizeof (ecma_bound_function_t) + (arguments_number * sizeof (ecma_value_t)); in ecma_builtin_function_prototype_object_bind()280 bound_func_p = (ecma_bound_function_t *) function_p; in ecma_builtin_function_prototype_object_bind()
121 ecma_bound_function_t *bound_func_p = (ecma_bound_function_t *) obj_p; in ecma_object_is_constructor()594 ecma_bound_function_t *bound_func_p = (ecma_bound_function_t *) func_obj_p; in ecma_op_function_has_instance()977 ecma_bound_function_t *bound_func_p = (ecma_bound_function_t *) func_obj_p; in ecma_op_bound_function_get_argument_list()1511 ecma_bound_function_t *bound_func_p = (ecma_bound_function_t *) object_p; in ecma_op_bound_function_try_to_lazy_instantiate_property()1699 ecma_bound_function_t *bound_func_p = (ecma_bound_function_t *) object_p; in ecma_op_bound_function_list_lazy_property_names()
248 ecma_bound_function_t *bound_func_p = (ecma_bound_function_t *) object_p; in ecma_gc_mark_bound_function_object()1312 ext_object_size = sizeof (ecma_bound_function_t); in ecma_gc_free_object()1313 ecma_bound_function_t *bound_func_p = (ecma_bound_function_t *) object_p; in ecma_gc_free_object()
969 } ecma_bound_function_t; typedef