Home
last modified time | relevance | path

Searched refs:bound_func_p (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-function-prototype.c247 ecma_bound_function_t *bound_func_p; in ecma_builtin_function_prototype_object_bind() local
257 bound_func_p = (ecma_bound_function_t *) function_p; in ecma_builtin_function_prototype_object_bind()
258 ECMA_SET_NON_NULL_POINTER_TAG (bound_func_p->header.u.bound_function.target_function, in ecma_builtin_function_prototype_object_bind()
262 bound_func_p->header.u.bound_function.args_len_or_this = ECMA_VALUE_UNDEFINED; in ecma_builtin_function_prototype_object_bind()
266 bound_func_p->header.u.bound_function.args_len_or_this = ecma_copy_value_if_not_object (arguments_list_p[0]); in ecma_builtin_function_prototype_object_bind()
280 bound_func_p = (ecma_bound_function_t *) function_p; in ecma_builtin_function_prototype_object_bind()
281 ECMA_SET_NON_NULL_POINTER_TAG (bound_func_p->header.u.bound_function.target_function, in ecma_builtin_function_prototype_object_bind()
287 bound_func_p->header.u.bound_function.args_len_or_this = ECMA_VALUE_UNDEFINED; in ecma_builtin_function_prototype_object_bind()
288 ecma_value_t *args_p = (ecma_value_t *) (bound_func_p + 1); in ecma_builtin_function_prototype_object_bind()
296 bound_func_p in ecma_builtin_function_prototype_object_bind()
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-function-object.c121 ecma_bound_function_t *bound_func_p = (ecma_bound_function_t *) obj_p; in ecma_object_is_constructor() local
124 bound_func_p->header.u.bound_function.target_function); 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() local
597 bound_func_p->header.u.bound_function.target_function); 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() local
980 bound_func_p->header.u.bound_function.target_function); in ecma_op_bound_function_get_argument_list()
982 ecma_value_t args_len_or_this = bound_func_p->header.u.bound_function.args_len_or_this; in ecma_op_bound_function_get_argument_list()
994 const ecma_value_t *args_p = (const ecma_value_t *) (bound_func_p + 1); 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() local
1512 ecma_value_t args_len_or_this = bound_func_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; ecma_op_bound_function_list_lazy_property_names() local
[all...]
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-gc.c248 ecma_bound_function_t *bound_func_p = (ecma_bound_function_t *) object_p; in ecma_gc_mark_bound_function_object() local
252 bound_func_p->header.u.bound_function.target_function); in ecma_gc_mark_bound_function_object()
256 ecma_value_t args_len_or_this = bound_func_p->header.u.bound_function.args_len_or_this; in ecma_gc_mark_bound_function_object()
269 ecma_value_t *args_p = (ecma_value_t *) (bound_func_p + 1); in ecma_gc_mark_bound_function_object()
1313 ecma_bound_function_t *bound_func_p = (ecma_bound_function_t *) object_p; in ecma_gc_free_object() local
1315 ecma_value_t args_len_or_this = bound_func_p->header.u.bound_function.args_len_or_this; in ecma_gc_free_object()
1324 ecma_value_t *args_p = (ecma_value_t *) (bound_func_p + 1); in ecma_gc_free_object()

Completed in 4 milliseconds