Home
last modified time | relevance | path

Searched refs:ecma_bound_function_t (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-function-prototype.c247 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()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c121 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()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-gc.c248 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()
Decma-globals.h969 } ecma_bound_function_t; typedef