| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-proxy-object.c | 53 ecma_object_t *obj_p = ecma_get_object_from_value (argument); in ecma_proxy_validate() local 83 ecma_object_t *obj_p = ecma_create_object (ecma_builtin_get (ECMA_BUILTIN_ID_OBJECT_PROTOTYPE), in ecma_proxy_create() local 181 ecma_object_t *obj_p = ecma_create_object (ecma_builtin_get (ECMA_BUILTIN_ID_OBJECT_PROTOTYPE), in ecma_proxy_create_revocable() local 216 ecma_proxy_object_find(ecma_object_t *obj_p, ecma_string_t *prop_name_p) ecma_proxy_object_find() argument 293 ecma_proxy_object_get_prototype_of(ecma_object_t *obj_p) ecma_proxy_object_get_prototype_of() argument 396 ecma_proxy_object_set_prototype_of(ecma_object_t *obj_p, ecma_value_t proto) ecma_proxy_object_set_prototype_of() argument 501 ecma_proxy_object_is_extensible(ecma_object_t *obj_p) ecma_proxy_object_is_extensible() argument 585 ecma_proxy_object_prevent_extensions(ecma_object_t *obj_p) ecma_proxy_object_prevent_extensions() argument 671 ecma_proxy_object_get_own_property_descriptor(ecma_object_t *obj_p, ecma_string_t *prop_name_p, ecma_property_descriptor_t *prop_desc_p) ecma_proxy_object_get_own_property_descriptor() argument 848 ecma_proxy_object_define_own_property(ecma_object_t *obj_p, ecma_string_t *prop_name_p, const ecma_property_descriptor_t *prop_desc_p) ecma_proxy_object_define_own_property() argument 994 ecma_proxy_object_has(ecma_object_t *obj_p, ecma_string_t *prop_name_p) ecma_proxy_object_has() argument 1097 ecma_proxy_object_get(ecma_object_t *obj_p, ecma_string_t *prop_name_p, ecma_value_t receiver) ecma_proxy_object_get() argument 1201 ecma_proxy_object_set(ecma_object_t *obj_p, ecma_string_t *prop_name_p, ecma_value_t value, ecma_value_t receiver) ecma_proxy_object_set() argument 1314 ecma_proxy_object_delete_property(ecma_object_t *obj_p, ecma_string_t *prop_name_p) ecma_proxy_object_delete_property() argument 1411 ecma_proxy_object_enumerate(ecma_object_t *obj_p) ecma_proxy_object_enumerate() argument 1544 ecma_proxy_object_own_property_keys(ecma_object_t *obj_p) ecma_proxy_object_own_property_keys() argument 1696 ecma_proxy_object_call(ecma_object_t *obj_p, ecma_value_t this_argument, const ecma_value_t *args_p, ecma_length_t argc) ecma_proxy_object_call() argument 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 [all...] |
| H A D | ecma-promise-object.c | 45 ecma_is_promise (ecma_object_t *obj_p) /**< points to object */ in ecma_is_promise() argument 57 ecma_promise_get_result (ecma_object_t *obj_p) /**< points to promise object */ in ecma_promise_get_result() argument 70 ecma_promise_set_result (ecma_object_t *obj_p, /**< points to promise object */ in ecma_promise_set_result() argument 88 ecma_promise_get_flags (ecma_object_t *obj_p) /**< points to promise object */ in ecma_promise_get_flags() argument 99 ecma_promise_set_state(ecma_object_t *obj_p, bool is_fulfilled) ecma_promise_set_state() argument 205 ecma_object_t *obj_p = ecma_get_object_from_value (promise); ecma_reject_promise() local 234 ecma_object_t *obj_p = ecma_get_object_from_value (promise); ecma_fulfill_promise() local 438 ecma_promise_create_resolving_functions_helper(ecma_object_t *obj_p, ecma_external_handler_t handler_cb) ecma_promise_create_resolving_functions_helper() argument [all...] |
| H A D | ecma-function-object.c | 75 ecma_op_object_is_callable (ecma_object_t *obj_p) /**< ecma object */ in ecma_op_object_is_callable() argument 113 ecma_object_is_constructor (ecma_object_t *obj_p) /**< ecma object */ in ecma_object_is_constructor() argument 554 ecma_op_function_is_generator(ecma_object_t *obj_p) ecma_op_function_is_generator() argument [all...] |
| H A D | ecma-typedarray-object.c | 473 ecma_get_typedarray_id (ecma_object_t *obj_p) /**< typedarray object **/ in ecma_get_typedarray_id() argument 1123 ecma_object_t *obj_p = ecma_get_object_from_value (arguments_list_p[0]); in ecma_op_create_typedarray() local 1235 ecma_object_is_typedarray (ecma_object_t *obj_p) /**< the target object need to be checked */ in ecma_object_is_typedarray() argument 1273 ecma_op_typedarray_list_lazy_property_names(ecma_object_t *obj_p, ecma_collection_t *main_collection_p) ecma_op_typedarray_list_lazy_property_names() argument 1296 ecma_op_typedarray_define_index_prop(ecma_object_t *obj_p, uint32_t index, const ecma_property_descriptor_t *property_desc_p) ecma_op_typedarray_define_index_prop() argument [all...] |
| H A D | ecma-regexp-object.c | 3232 ecma_object_t *obj_p = ecma_get_object_from_value (this_arg); in ecma_regexp_match_helper() local
|
| H A D | ecma-objects.c | 990 ecma_object_t *obj_p = ecma_get_object_from_value (obj_value); in ecma_op_get_method() local 1633 ecma_op_object_delete_by_uint32_index (ecma_object_t *obj_p, /**< the object */ in ecma_op_object_delete_by_uint32_index() argument 1659 ecma_op_object_delete_by_number_index (ecma_object_t *obj_p, /**< the object */ in ecma_op_object_delete_by_number_index() argument 1683 ecma_op_object_delete (ecma_object_t *obj_p, /**< the object */ in ecma_op_object_delete() argument 1727 ecma_op_object_default_value(ecma_object_t *obj_p, ecma_preferred_type_hint_t hint) ecma_op_object_default_value() argument 1764 ecma_op_object_define_own_property(ecma_object_t *obj_p, ecma_string_t *property_name_p, const ecma_property_descriptor_t *property_desc_p) ecma_op_object_define_own_property() argument 1973 ecma_op_object_has_instance(ecma_object_t *obj_p, ecma_value_t value) ecma_op_object_has_instance() argument 2055 ecma_op_object_get_property_names(ecma_object_t *obj_p, uint32_t opts) ecma_op_object_get_property_names() argument 2634 ecma_object_check_class_name_is_object(ecma_object_t *obj_p) ecma_object_check_class_name_is_object() argument 2710 ecma_object_get_class_name(ecma_object_t *obj_p) ecma_object_get_class_name() argument 3098 ecma_op_ordinary_object_get_prototype_of(ecma_object_t *obj_p) ecma_op_ordinary_object_get_prototype_of() argument 3116 ecma_op_ordinary_object_set_prototype_of(ecma_object_t *obj_p, ecma_value_t proto) ecma_op_ordinary_object_set_prototype_of() argument [all...] |
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| H A D | ecma-builtin-json.c | 438 ecma_builtin_json_define_value_property (ecma_object_t *obj_p, /**< this object */ in ecma_builtin_json_define_value_property() argument 870 ecma_builtin_json_serialize_object(ecma_json_stringify_context_t *context_p, ecma_object_t *obj_p) ecma_builtin_json_serialize_object() argument 1000 ecma_builtin_json_serialize_array(ecma_json_stringify_context_t *context_p, ecma_object_t *obj_p) ecma_builtin_json_serialize_array() argument 1186 ecma_object_t *obj_p = ecma_get_object_from_value (value); ecma_builtin_json_serialize_property() local 1289 ecma_object_t *obj_p = ecma_get_object_from_value (value); ecma_builtin_json_serialize_property() local 1399 ecma_object_t *obj_p = ecma_get_object_from_value (arg2); ecma_builtin_json_stringify() local 1489 ecma_object_t *obj_p = ecma_get_object_from_value (arg3); ecma_builtin_json_stringify() local [all...] |
| H A D | ecma-builtin-array-prototype.c | 168 ecma_builtin_array_prototype_object_to_locale_string (ecma_object_t *obj_p, /**< array object */ in ecma_builtin_array_prototype_object_to_locale_string() argument 307 ecma_op_array_get_to_string_at_index (ecma_object_t *obj_p, /**< this object */ in ecma_op_array_get_to_string_at_index() argument 129 ecma_builtin_array_prototype_object_to_string(ecma_value_t this_arg, ecma_object_t *obj_p) ecma_builtin_array_prototype_object_to_string() argument 219 ecma_builtin_array_prototype_object_concat(const ecma_value_t args[], ecma_length_t args_number, ecma_object_t *obj_p) ecma_builtin_array_prototype_object_concat() argument 340 ecma_builtin_array_prototype_join(ecma_value_t separator_arg, ecma_object_t *obj_p, uint32_t length) ecma_builtin_array_prototype_join() argument 405 ecma_builtin_array_prototype_object_pop(ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_object_pop() argument 473 ecma_builtin_array_prototype_object_push(const ecma_value_t *argument_list_p, ecma_length_t arguments_number, ecma_object_t *obj_p, uint32_t length) ecma_builtin_array_prototype_object_push() argument 544 ecma_builtin_array_prototype_object_reverse(ecma_value_t this_arg, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_object_reverse() argument 724 ecma_builtin_array_prototype_object_shift(ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_object_shift() argument 835 ecma_builtin_array_prototype_object_slice(ecma_value_t arg1, ecma_value_t arg2, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_object_slice() argument 1114 ecma_builtin_array_prototype_object_sort(ecma_value_t this_arg, ecma_value_t arg1, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_object_sort() argument 1267 ecma_builtin_array_prototype_object_splice(const ecma_value_t args[], ecma_length_t args_number, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_object_splice() argument 1535 ecma_builtin_array_prototype_object_unshift(const ecma_value_t args[], ecma_length_t args_number, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_object_unshift() argument 1643 ecma_builtin_array_prototype_object_index_of(const ecma_value_t args[], ecma_length_t args_number, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_object_index_of() argument 1748 ecma_builtin_array_prototype_object_last_index_of(const ecma_value_t args[], ecma_length_t args_number, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_object_last_index_of() argument 1867 ecma_builtin_array_apply(ecma_value_t arg1, ecma_value_t arg2, array_routine_mode mode, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_apply() argument 1954 ecma_builtin_array_prototype_object_map(ecma_value_t arg1, ecma_value_t arg2, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_object_map() argument 2047 ecma_builtin_array_prototype_object_filter(ecma_value_t arg1, ecma_value_t arg2, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_object_filter() argument 2150 ecma_builtin_array_reduce_from(const ecma_value_t args_p[], ecma_length_t args_number, bool start_from_left, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_reduce_from() argument 2277 ecma_builtin_array_prototype_fill(ecma_value_t value, ecma_value_t start_val, ecma_value_t end_val, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_fill() argument 2367 ecma_builtin_array_prototype_object_find(ecma_value_t predicate, ecma_value_t predicate_this_arg, bool is_find, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_object_find() argument 2444 ecma_builtin_array_prototype_object_copy_within(const ecma_value_t args[], ecma_length_t args_number, ecma_object_t *obj_p, uint32_t len) ecma_builtin_array_prototype_object_copy_within() argument 2612 ecma_object_t *obj_p = ecma_get_object_from_value (obj_this); ecma_builtin_array_prototype_dispatch_routine() local [all...] |
| H A D | ecma-builtin-string-prototype.c | 398 ecma_object_t *obj_p = ecma_get_object_from_value (ecma_op_to_object (search_value)); in ecma_builtin_string_prototype_object_replace() local 587 ecma_object_t *obj_p = ecma_get_object_from_value (ecma_op_to_object (regexp_value)); in ecma_builtin_string_prototype_object_search() local 752 ecma_object_t *obj_p = ecma_get_object_from_value (ecma_op_to_object (separator_value)); in ecma_builtin_string_prototype_object_split() local
|
| /third_party/jerryscript/jerry-core/ecma/base/ |
| H A D | ecma-helpers.c | 585 ecma_find_named_property (ecma_object_t *obj_p, /**< object to find property in */ in ecma_find_named_property() argument 743 ecma_get_named_data_property (ecma_object_t *obj_p, /**< objec argument 965 ecma_named_data_property_assign_value(ecma_object_t *obj_p, ecma_property_value_t *prop_value_p, ecma_value_t value) ecma_named_data_property_assign_value() argument [all...] |
| /third_party/jerryscript/jerry-core/vm/ |
| H A D | opcodes.c | 220 ecma_object_t *obj_p = ecma_get_object_from_value (obj_value); in vm_op_delete_prop() local 291 ecma_object_t *obj_p = ecma_get_object_from_value (obj_expr_value); in opfunc_for_in() local 1046 opfunc_set_class_attributes (ecma_object_t *obj_p, /**< objec argument [all...] |
| H A D | vm.c | 1258 ecma_object_t *obj_p = ecma_create_object (ecma_builtin_get (ECMA_BUILTIN_ID_OBJECT_PROTOTYPE), in vm_loop() local
|
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
| H A D | ecma-builtin-typedarray-prototype.c | 74 ecma_object_t *obj_p = ecma_typedarray_get_arraybuffer (typedarray_p); in ecma_builtin_typedarray_prototype_buffer_getter() local 208 ecma_object_t *obj_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_exec_routine() local 535 ecma_object_t *obj_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_reduce_with_direction() local 710 ecma_object_t *obj_p in ecma_builtin_typedarray_prototype_filter() local 798 ecma_object_t *obj_p = ecma_get_object_from_value (this_arg); ecma_builtin_typedarray_prototype_reverse() local 1029 ecma_op_typedarray_get_to_string_at_index(ecma_object_t *obj_p, uint32_t index) ecma_op_typedarray_get_to_string_at_index() argument 1095 ecma_object_t *obj_p = ecma_get_object_from_value (obj_value); ecma_builtin_typedarray_prototype_join() local 1202 ecma_object_t *obj_p = ecma_get_object_from_value (obj_this_value); ecma_builtin_typedarray_prototype_object_to_string() local [all...] |
| /third_party/jerryscript/jerry-core/api/ |
| H A D | jerry.c | 2146 ecma_object_t *obj_p = ecma_get_object_from_value (obj_val); in jerry_has_own_property() local 2186 ecma_object_t *obj_p = ecma_get_object_from_value (obj_val); in jerry_has_internal_property() local 2293 ecma_object_t *obj_p = ecma_get_object_from_value (obj_val); in jerry_delete_internal_property() local 2395 ecma_object_t *obj_p = ecma_get_object_from_value (obj_val); jerry_get_internal_property() local 2505 ecma_object_t *obj_p = ecma_get_object_from_value (obj_val); jerry_set_internal_property() local 2981 ecma_object_t *obj_p = ecma_get_object_from_value (obj_val); jerry_get_prototype() local 3019 ecma_object_t *obj_p = ecma_get_object_from_value (obj_val); jerry_set_prototype() local 3614 ecma_object_t *obj_p = ecma_get_object_from_value (value); jerry_get_resource_name() local 4567 ecma_object_t *obj_p = ecma_get_object_from_value (value); jerry_get_container_type() local [all...] |
| /third_party/python/Objects/ |
| H A D | typeobject.c | 8986 super_init_without_args(_PyInterpreterFrame *cframe, PyCodeObject *co, PyTypeObject **type_p, PyObject **obj_p) super_init_without_args() argument
|