Home
last modified time | relevance | path

Searched defs:target_obj_p (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-proxy-object.c312 ecma_object_t *target_obj_p = ecma_get_object_from_value (target); in ecma_proxy_object_get_prototype_of() local
419 ecma_object_t *target_obj_p = ecma_get_object_from_value (target); in ecma_proxy_object_set_prototype_of() local
520 ecma_object_t *target_obj_p = ecma_get_object_from_value (target); in ecma_proxy_object_is_extensible() local
604 ecma_object_t *target_obj_p = ecma_get_object_from_value (target); in ecma_proxy_object_prevent_extensions() local
692 ecma_object_t *target_obj_p = ecma_get_object_from_value (target); in ecma_proxy_object_get_own_property_descriptor() local
869 ecma_object_t *target_obj_p = ecma_get_object_from_value (target); in ecma_proxy_object_define_own_property() local
1015 ecma_object_t *target_obj_p = ecma_get_object_from_value (target); in ecma_proxy_object_has() local
1119 ecma_object_t *target_obj_p = ecma_get_object_from_value (target); in ecma_proxy_object_get() local
1224 ecma_object_t *target_obj_p = ecma_get_object_from_value (target); in ecma_proxy_object_set() local
1334 ecma_object_t *target_obj_p = ecma_get_object_from_value (target); in ecma_proxy_object_delete_property() local
[all …]
Decma-function-object.c1029 …ecma_object_t *target_obj_p = ecma_op_bound_function_get_argument_list (func_obj_p, bound_arg_list… in ecma_op_function_call_bound() local
1123 …ecma_object_t *target_obj_p = ecma_op_bound_function_get_argument_list (func_obj_p, bound_arg_list… in ecma_op_function_construct_bound() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c463 ecma_object_t *target_obj_p = ecma_get_object_from_value (new_typedarray); in ecma_builtin_typedarray_prototype_map() local