Searched defs:new_target_p (Results 1 - 5 of 5) sorted by relevance
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| H A D | ecma-builtin-regexp.c | 55 ecma_object_t *new_target_p = JERRY_CONTEXT (current_new_target); in ecma_builtin_regexp_dispatch_helper() local 57 ecma_object_t *new_target_p = NULL; in ecma_builtin_regexp_dispatch_helper() local
|
| H A D | ecma-builtin-reflect.c | 183 ecma_object_t *new_target_p = target_p; in ecma_builtin_reflect_dispatch_routine() local
|
| H A D | ecma-builtins.c | 1171 ecma_builtin_dispatch_construct(ecma_object_t *obj_p, ecma_object_t *new_target_p, const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len) ecma_builtin_dispatch_construct() argument
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-proxy-object.c | 1750 ecma_proxy_object_construct(ecma_object_t *obj_p, ecma_object_t *new_target_p, const ecma_value_t *args_p, ecma_length_t argc) ecma_proxy_object_construct() argument
|
| H A D | ecma-function-object.c | 352 ecma_object_t *new_target_p = JERRY_CONTEXT (current_new_target); in ecma_op_create_dynamic_function() local 1113 ecma_op_function_construct_bound(ecma_object_t *func_obj_p, ecma_object_t *new_target_p, const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len) ecma_op_function_construct_bound() argument 1149 ecma_op_function_construct_external(ecma_object_t *func_obj_p, ecma_object_t *new_target_p, const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len) ecma_op_function_construct_external() argument 1198 ecma_op_function_construct(ecma_object_t *func_obj_p, ecma_object_t *new_target_p, const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len) ecma_op_function_construct() argument [all...] |
Completed in 6 milliseconds