/third_party/jerryscript/jerry-core/ecma/operations/ |
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); in ecma_proxy_object_set_prototype_of() local 528 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); in ecma_proxy_object_is_extensible() local 621 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); in ecma_proxy_object_prevent_extensions() local 700 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); in ecma_proxy_object_get_own_property_descriptor() local 880 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); in ecma_proxy_object_define_own_property() local 1023 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); in ecma_proxy_object_has() local 1127 ecma_object_t *func_obj_p = ecma_get_object_from_value (trap); in ecma_proxy_object_get() local [all …]
|
D | ecma-function-object.c | 383 …ecma_object_t *func_obj_p = ecma_op_create_function_object (global_env_p, bytecode_data_p, fallbac… 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() 684 ecma_op_function_get_super_constructor (ecma_object_t *func_obj_p) /**< function object */ in ecma_op_function_get_super_constructor() 776 ecma_op_function_call_simple (ecma_object_t *func_obj_p, /**< Function object */ in ecma_op_function_call_simple() 936 ecma_op_function_call_external (ecma_object_t *func_obj_p, /**< Function object */ in ecma_op_function_call_external() 972 ecma_op_bound_function_get_argument_list (ecma_object_t *func_obj_p, /**< bound bunction object */ in ecma_op_bound_function_get_argument_list() 1018 ecma_op_function_call_bound (ecma_object_t *func_obj_p, /**< Function object */ in ecma_op_function_call_bound() 1056 ecma_op_function_call (ecma_object_t *func_obj_p, /**< Function object */ in ecma_op_function_call() 1113 ecma_op_function_construct_bound (ecma_object_t *func_obj_p, /**< Function object */ in ecma_op_function_construct_bound() 1149 ecma_op_function_construct_external (ecma_object_t *func_obj_p, /**< Function object */ in ecma_op_function_construct_external() [all …]
|
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()
|
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
|
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
|
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/ |
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() 178 ecma_builtin_function_prototype_object_call (ecma_object_t *func_obj_p , /**< this argument object … in ecma_builtin_function_prototype_object_call() 420 ecma_object_t *func_obj_p = ecma_get_object_from_value (this_arg); in ecma_builtin_function_prototype_dispatch_routine() local
|
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
|
D | ecma-builtins.c | 329 ecma_builtin_function_is_routine (ecma_object_t *func_obj_p) /**< function object */ in ecma_builtin_function_is_routine() 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, /**< builtin object */ in ecma_builtin_dispatch_routine()
|
/third_party/jerryscript/jerry-core/vm/ |
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 = ecma_get_object_from_value (func_value); in opfunc_call() local
|
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_PROTOTY… in opfunc_create_implicit_class_constructor() local
|
/third_party/jerryscript/jerry-core/api/ |
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
|
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
|