Home
last modified time | relevance | path

Searched defs:args_len_or_this (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-function-prototype.c295 … ecma_value_t args_len_or_this = ecma_make_integer_value ((ecma_integer_value_t) arguments_number); in ecma_builtin_function_prototype_object_bind() local
/third_party/jerryscript/jerry-core/ecma/base/
Decma-gc.c256 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() 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() local
Decma-globals.h918 ecma_value_t args_len_or_this; /**< length of arguments or this value */ member
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c982 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() local
1512 ecma_value_t args_len_or_this = bound_func_p->header.u.bound_function.args_len_or_this; in ecma_op_bound_function_try_to_lazy_instantiate_property() local