| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-objects-arguments.c | 43 ecma_op_create_arguments_object (ecma_object_t *func_obj_p, /**< callee function */ in ecma_op_create_arguments_object() argument
|
| H A D | ecma-objects-general.c | 322 ecma_object_t *func_obj_p = ecma_get_object_from_value (function_value); in ecma_op_general_object_ordinary_value() local
|
| H A D | ecma-proxy-object.c | 114 ecma_object_t *func_obj_p = ecma_get_object_from_value (function_obj); in ecma_proxy_revoke_cb() local 167 ecma_object_t *func_obj_p; in ecma_proxy_create_revocable() local 320 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); in ecma_proxy_object_get_prototype_of() local 432 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); ecma_proxy_object_set_prototype_of() local 528 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); ecma_proxy_object_is_extensible() local 621 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); ecma_proxy_object_prevent_extensions() local 700 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); ecma_proxy_object_get_own_property_descriptor() local 880 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); ecma_proxy_object_define_own_property() local 1023 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); ecma_proxy_object_has() local 1127 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); ecma_proxy_object_get() local 1232 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); ecma_proxy_object_set() local 1342 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); ecma_proxy_object_delete_property() local 1571 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); ecma_proxy_object_own_property_keys() local 1729 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); ecma_proxy_object_call() local 1785 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); ecma_proxy_object_construct() local [all...] |
| H A D | ecma-promise-object.c | 442 ecma_object_t *func_obj_p = ecma_op_create_external_function_object (handler_cb); in ecma_promise_create_resolving_functions_helper() local
|
| H A D | ecma-function-object.c | 383 ecma_object_t *func_obj_p = ecma_op_create_function_object (global_env_p, bytecode_data_p, fallback_proto); in ecma_op_create_dynamic_function() local 578 ecma_op_function_has_instance (ecma_object_t *func_obj_p, /**< Function object */ in ecma_op_function_has_instance() argument 684 ecma_op_function_get_super_constructor(ecma_object_t *func_obj_p) ecma_op_function_get_super_constructor() argument 776 ecma_op_function_call_simple(ecma_object_t *func_obj_p, ecma_value_t this_arg_value, const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len) ecma_op_function_call_simple() argument 936 ecma_op_function_call_external(ecma_object_t *func_obj_p, ecma_value_t this_arg_value, const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len) ecma_op_function_call_external() argument 972 ecma_op_bound_function_get_argument_list(ecma_object_t *func_obj_p, ecma_collection_t *list_p) ecma_op_bound_function_get_argument_list() argument 1018 ecma_op_function_call_bound(ecma_object_t *func_obj_p, const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len) ecma_op_function_call_bound() argument 1056 ecma_op_function_call(ecma_object_t *func_obj_p, ecma_value_t this_arg_value, const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len) ecma_op_function_call() argument 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...] |
| H A D | ecma-objects.c | 3081 ecma_object_t *func_obj_p = ecma_get_object_from_value (func); in ecma_op_invoke() local
|
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| H A D | ecma-builtin-reflect.c | 259 ecma_object_t *func_obj_p = ecma_get_object_from_value (arguments_list[0]); in ecma_builtin_reflect_dispatch_routine() local
|
| H A D | ecma-builtin-function-prototype.c | 98 ecma_builtin_function_prototype_object_apply (ecma_object_t *func_obj_p, /**< this argument object */ in ecma_builtin_function_prototype_object_apply() argument 420 ecma_object_t *func_obj_p = ecma_get_object_from_value (this_arg); in ecma_builtin_function_prototype_dispatch_routine() local [all...] |
| H A D | ecma-builtins.c | 329 ecma_builtin_function_is_routine (ecma_object_t *func_obj_p) /**< function object */ in ecma_builtin_function_is_routine() argument 582 ecma_object_t *func_obj_p = ecma_create_object (prototype_obj_p, in ecma_builtin_make_function_object_for_routine() local 884 ecma_object_t *func_obj_p; in ecma_builtin_try_to_instantiate_property() local 1098 ecma_builtin_dispatch_routine(ecma_extended_object_t *func_obj_p, ecma_value_t this_arg_value, const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len) ecma_builtin_dispatch_routine() argument [all...] |
| /third_party/jerryscript/jerry-core/api/ |
| H A D | jerry-snapshot.c | 997 ecma_object_t *func_obj_p = ecma_op_create_simple_function_object (lex_env_p, bytecode_p); in jerry_snapshot_result() local
|
| H A D | jerry.c | 499 ecma_object_t *func_obj_p = ecma_op_create_simple_function_object (lex_env_p, bytecode_data_p); in jerry_parse() local 580 ecma_object_t *func_obj_p = ecma_op_create_simple_function_object (lex_env_p, bytecode_data_p); in jerry_parse_function() local 614 ecma_object_t *func_obj_p = ecma_get_object_from_value (func_val); in jerry_run() local 1545 ecma_object_t *func_obj_p = ecma_op_create_external_function_object (handler_p); in jerry_create_external_function() local [all...] |
| /third_party/jerryscript/jerry-core/vm/ |
| H A D | opcodes.c | 805 ecma_object_t *func_obj_p = ecma_get_object_from_value (function_obj); in ecma_op_implicit_constructor_handler_heritage_cb() local 853 ecma_object_t *func_obj_p = ecma_create_object (ecma_builtin_get (ECMA_BUILTIN_ID_FUNCTION_PROTOTYPE), in opfunc_create_implicit_class_constructor() local
|
| H A D | vm.c | 477 ecma_object_t *func_obj_p; in vm_construct_literal_object() local 583 ecma_object_t *func_obj_p = ecma_get_object_from_value (func_value); in vm_super_call() local 698 ecma_object_t *func_obj_p = ecma_get_object_from_value (func_value); in vm_spread_operation() local 786 ecma_object_t *func_obj_p in opfunc_call() local [all...] |