Home
last modified time | relevance | path

Searched defs:obj_p (Results 1 – 25 of 41) sorted by relevance

12

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-object.c120 ecma_object_t *obj_p = ecma_op_create_object_object_noarg (); in ecma_builtin_object_dispatch_construct() local
138 ecma_builtin_object_object_get_prototype_of (ecma_object_t *obj_p) /**< routine's argument */ in ecma_builtin_object_object_get_prototype_of()
191 ecma_object_t *obj_p = ecma_get_object_from_value (arg1); in ecma_builtin_object_object_set_prototype_of() local
255 ecma_object_t *obj_p = ecma_get_object_from_value (arg1); in ecma_builtin_object_object_set_proto() local
298 ecma_builtin_object_object_get_own_property_names (ecma_object_t *obj_p) /**< routine's argument */ in ecma_builtin_object_object_get_own_property_names()
315 ecma_builtin_object_object_get_own_property_symbols (ecma_object_t *obj_p) /**< routine's argument … in ecma_builtin_object_object_get_own_property_symbols()
332 ecma_builtin_object_set_integrity_level (ecma_object_t *obj_p, /**< object */ in ecma_builtin_object_set_integrity_level()
481 ecma_builtin_object_object_seal (ecma_object_t *obj_p) /**< routine's argument */ in ecma_builtin_object_object_seal()
512 ecma_builtin_object_object_freeze (ecma_object_t *obj_p) /**< routine's argument */ in ecma_builtin_object_object_freeze()
543 ecma_builtin_object_object_prevent_extensions (ecma_object_t *obj_p) /**< routine's argument */ in ecma_builtin_object_object_prevent_extensions()
[all …]
Decma-builtin-object-prototype.c111 ecma_builtin_object_prototype_object_to_locale_string (ecma_object_t *obj_p) /**< this argument */ in ecma_builtin_object_prototype_object_to_locale_string()
147 ecma_builtin_object_prototype_object_has_own_property (ecma_object_t *obj_p, /**< this argument */ in ecma_builtin_object_prototype_object_has_own_property()
179 ecma_builtin_object_prototype_object_is_prototype_of (ecma_object_t *obj_p, /**< this argument */ in ecma_builtin_object_prototype_object_is_prototype_of()
209 ecma_builtin_object_prototype_object_property_is_enumerable (ecma_object_t *obj_p, /**< this argume… in ecma_builtin_object_prototype_object_property_is_enumerable()
274 ecma_object_t *obj_p = ecma_get_object_from_value (to_object); in ecma_builtin_object_prototype_dispatch_routine() local
324 ecma_object_t *obj_p = ecma_get_object_from_value (to_object); in ecma_builtin_object_prototype_dispatch_routine() local
Decma-builtin-reflect.c236 ecma_object_t *obj_p = ecma_get_object_from_value (arguments_list[0]); in ecma_builtin_reflect_dispatch_routine() local
264 ecma_object_t *obj_p = ecma_get_object_from_value (arguments_list[0]); in ecma_builtin_reflect_dispatch_routine() local
299 ecma_object_t *obj_p = ecma_get_object_from_value (arguments_list[0]); in ecma_builtin_reflect_dispatch_routine() local
313 ecma_object_t *obj_p = ecma_get_object_from_value (arguments_list[0]); in ecma_builtin_reflect_dispatch_routine() local
319 ecma_object_t *obj_p = ecma_get_object_from_value (arguments_list[0]); in ecma_builtin_reflect_dispatch_routine() local
Decma-builtin-array-prototype.c130 ecma_object_t *obj_p) /**< array object */ in ecma_builtin_array_prototype_object_to_string()
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()
221 ecma_object_t *obj_p) /**< array object */ in ecma_builtin_array_prototype_object_concat()
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()
341 ecma_object_t *obj_p, /**< array object */ in ecma_builtin_array_prototype_join()
405 ecma_builtin_array_prototype_object_pop (ecma_object_t *obj_p, /**< array object */ in ecma_builtin_array_prototype_object_pop()
475 ecma_object_t *obj_p, /**< array object */ in ecma_builtin_array_prototype_object_push()
545 ecma_object_t *obj_p, /**< array object */ in ecma_builtin_array_prototype_object_reverse()
724 ecma_builtin_array_prototype_object_shift (ecma_object_t *obj_p, /**< array object */ in ecma_builtin_array_prototype_object_shift()
837 ecma_object_t *obj_p, /**< array object */ in ecma_builtin_array_prototype_object_slice()
[all …]
Decma-builtin-error-prototype.c53 ecma_builtin_error_prototype_object_to_string_helper (ecma_object_t *obj_p, /**< error object */ in ecma_builtin_error_prototype_object_to_string_helper()
93 ecma_object_t *obj_p = ecma_get_object_from_value (this_arg); in ecma_builtin_error_prototype_object_to_string() local
Decma-builtin-helpers.c141 ecma_object_t *obj_p = ecma_get_object_from_value (obj_this); in ecma_builtin_helper_object_to_string() local
207 ecma_builtin_helper_get_to_locale_string_at_index (ecma_object_t *obj_p, /**< this object */ in ecma_builtin_helper_get_to_locale_string_at_index()
279 ecma_builtin_helper_object_get_properties (ecma_object_t *obj_p, /**< object */ in ecma_builtin_helper_object_get_properties()
386 ecma_object_t *obj_p = ecma_get_object_from_value (value); in ecma_builtin_helper_array_concat_value() local
785 ecma_builtin_helper_def_prop_by_index (ecma_object_t *obj_p, /**< object */ in ecma_builtin_helper_def_prop_by_index()
819 ecma_builtin_helper_def_prop (ecma_object_t *obj_p, /**< object */ in ecma_builtin_helper_def_prop()
Decma-builtin-json.c438 ecma_builtin_json_define_value_property (ecma_object_t *obj_p, /**< this object */ in ecma_builtin_json_define_value_property()
871 ecma_object_t *obj_p) /**< the object*/ in ecma_builtin_json_serialize_object()
1001 ecma_object_t *obj_p) /**< the array object*/ in ecma_builtin_json_serialize_array()
1186 ecma_object_t *obj_p = ecma_get_object_from_value (value); in ecma_builtin_json_serialize_property() local
1289 ecma_object_t *obj_p = ecma_get_object_from_value (value); in ecma_builtin_json_serialize_property() local
1399 ecma_object_t *obj_p = ecma_get_object_from_value (arg2); in ecma_builtin_json_stringify() local
1489 ecma_object_t *obj_p = ecma_get_object_from_value (arg3); in ecma_builtin_json_stringify() local
Decma-builtin-string-iterator-prototype.c60 ecma_object_t *obj_p = ecma_get_object_from_value (this_val); in ecma_builtin_string_iterator_prototype_object_next() local
Decma-builtin-array-iterator-prototype.c61 ecma_object_t *obj_p = ecma_get_object_from_value (this_val); in ecma_builtin_array_iterator_prototype_object_next() local
Decma-builtins.c272 ecma_builtin_is (ecma_object_t *obj_p, /**< pointer to an object */ in ecma_builtin_is()
387 ecma_object_t *obj_p = ecma_create_object (prototype_obj_p, ext_object_size, obj_type); in ecma_instantiate_builtin() local
541 …ecma_object_t *obj_p = ECMA_GET_NON_NULL_POINTER (ecma_object_t, JERRY_CONTEXT (ecma_builtin_objec… in ecma_finalize_builtins() local
1142 ecma_builtin_dispatch_call (ecma_object_t *obj_p, /**< built-in object */ in ecma_builtin_dispatch_call()
1171 ecma_builtin_dispatch_construct (ecma_object_t *obj_p, /**< built-in object */ in ecma_builtin_dispatch_construct()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-proxy-object.c53 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, /**< proxy object */ in ecma_proxy_object_find()
293 ecma_proxy_object_get_prototype_of (ecma_object_t *obj_p) /**< proxy object */ in ecma_proxy_object_get_prototype_of()
396 ecma_proxy_object_set_prototype_of (ecma_object_t *obj_p, /**< proxy object */ in ecma_proxy_object_set_prototype_of()
501 ecma_proxy_object_is_extensible (ecma_object_t *obj_p) /**< proxy object */ in ecma_proxy_object_is_extensible()
585 ecma_proxy_object_prevent_extensions (ecma_object_t *obj_p) /**< proxy object */ in ecma_proxy_object_prevent_extensions()
671 ecma_proxy_object_get_own_property_descriptor (ecma_object_t *obj_p, /**< proxy object */ in ecma_proxy_object_get_own_property_descriptor()
848 ecma_proxy_object_define_own_property (ecma_object_t *obj_p, /**< proxy object */ in ecma_proxy_object_define_own_property()
[all …]
Decma-iterator-object.c249 ecma_object_t *obj_p = ecma_get_object_from_value (iterator); in ecma_op_iterator_next() local
301 ecma_object_t *obj_p = ecma_get_object_from_value (iterator); in ecma_op_iterator_return() local
345 ecma_object_t *obj_p = ecma_get_object_from_value (iterator); in ecma_op_iterator_throw() local
397 ecma_object_t *obj_p = ecma_get_object_from_value (iter_result); in ecma_op_iterator_value() local
524 ecma_object_t *obj_p = ecma_get_object_from_value (result); in ecma_op_iterator_step() local
590 ecma_object_t *obj_p = ecma_get_object_from_value (result); in ecma_op_iterator_do() local
Decma-objects-general.c96 ecma_object_t *obj_p = ecma_op_create_object_object_noarg (); in ecma_op_create_object_object_arg() local
115 ecma_object_t *obj_p = ecma_create_object (object_prototype_p, 0, ECMA_OBJECT_TYPE_GENERAL); in ecma_op_create_object_object_noarg_and_set_prototype() local
139 ecma_op_general_object_delete (ecma_object_t *obj_p, /**< the object */ in ecma_op_general_object_delete()
229 ecma_op_general_object_default_value (ecma_object_t *obj_p, /**< the object */ in ecma_op_general_object_default_value()
302 ecma_op_general_object_ordinary_value (ecma_object_t *obj_p, /**< the object */ in ecma_op_general_object_ordinary_value()
Decma-promise-object.c45 ecma_is_promise (ecma_object_t *obj_p) /**< points to object */ in ecma_is_promise()
57 ecma_promise_get_result (ecma_object_t *obj_p) /**< points to promise object */ in ecma_promise_get_result()
70 ecma_promise_set_result (ecma_object_t *obj_p, /**< points to promise object */ in ecma_promise_set_result()
88 ecma_promise_get_flags (ecma_object_t *obj_p) /**< points to promise object */ in ecma_promise_get_flags()
99 ecma_promise_set_state (ecma_object_t *obj_p, /**< points to promise object */ in ecma_promise_set_state()
205 ecma_object_t *obj_p = ecma_get_object_from_value (promise); in ecma_reject_promise() local
234 ecma_object_t *obj_p = ecma_get_object_from_value (promise); in ecma_fulfill_promise() local
438 ecma_promise_create_resolving_functions_helper (ecma_object_t *obj_p, /**< Promise Object */ in ecma_promise_create_resolving_functions_helper()
Decma-conversion.c197 ecma_object_t *obj_p = ecma_get_object_from_value (value); in ecma_op_to_primitive() local
559 ecma_object_t *obj_p = ecma_op_create_object_object_noarg (); in ecma_op_from_property_descriptor() local
676 ecma_object_t *obj_p = ecma_get_object_from_value (obj_value); in ecma_op_to_property_descriptor() local
997 ecma_object_t *obj_p = ecma_get_object_from_value (arr); in ecma_op_create_list_from_array_like() local
Decma-objects.c990 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()
1659 ecma_op_object_delete_by_number_index (ecma_object_t *obj_p, /**< the object */ in ecma_op_object_delete_by_number_index()
1683 ecma_op_object_delete (ecma_object_t *obj_p, /**< the object */ in ecma_op_object_delete()
1727 ecma_op_object_default_value (ecma_object_t *obj_p, /**< the object */ in ecma_op_object_default_value()
1764 ecma_op_object_define_own_property (ecma_object_t *obj_p, /**< the object */ in ecma_op_object_define_own_property()
1973 ecma_op_object_has_instance (ecma_object_t *obj_p, /**< the object */ in ecma_op_object_has_instance()
2055 ecma_op_object_get_property_names (ecma_object_t *obj_p, /**< object */ in ecma_op_object_get_property_names()
2634 ecma_object_check_class_name_is_object (ecma_object_t *obj_p) /**< object */ in ecma_object_check_class_name_is_object()
2710 ecma_object_get_class_name (ecma_object_t *obj_p) /**< object */ in ecma_object_get_class_name()
[all …]
Decma-string-object.c86 ecma_op_string_list_lazy_property_names (ecma_object_t *obj_p, /**< a String object */ in ecma_op_string_list_lazy_property_names()
Decma-get-put-value.c133 ecma_object_t *obj_p; in ecma_op_get_value_object_base() local
Decma-typedarray-object.c473 ecma_get_typedarray_id (ecma_object_t *obj_p) /**< typedarray object **/ in ecma_get_typedarray_id()
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()
1273 ecma_op_typedarray_list_lazy_property_names (ecma_object_t *obj_p, /**< a TypedArray object */ in ecma_op_typedarray_list_lazy_property_names()
1296 ecma_op_typedarray_define_index_prop (ecma_object_t *obj_p, /**< a TypedArray object */ in ecma_op_typedarray_define_index_prop()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-external-pointers.c37 ecma_create_native_pointer_property (ecma_object_t *obj_p, /**< object to create property in */ in ecma_create_native_pointer_property()
115 ecma_get_native_pointer_value (ecma_object_t *obj_p, /**< object to get property value from */ in ecma_get_native_pointer_value()
163 ecma_delete_native_pointer_property (ecma_object_t *obj_p, /**< object to delete property from */ in ecma_delete_native_pointer_property()
Decma-helpers.h208 #define ECMA_OBJECT_IS_PROXY(obj_p) (ECMA_OBJECT_TYPE_IS_PROXY (ecma_get_object_type ((obj_p)))) argument
210 #define ECMA_OBJECT_IS_PROXY(obj_p) (false) argument
/third_party/jerryscript/jerry-core/vm/
Dopcodes-ecma-arithmetics.c111 ecma_object_t *obj_p = ecma_get_object_from_value (left_value); in opfunc_addition() local
123 ecma_object_t *obj_p = ecma_get_object_from_value (right_value); in opfunc_addition() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray.c95 ecma_object_t *obj_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_from() local
136 ecma_object_t *obj_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_of() local
Decma-builtin-typedarray-prototype.c74 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 = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_filter() local
798 ecma_object_t *obj_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_reverse() local
1029 ecma_op_typedarray_get_to_string_at_index (ecma_object_t *obj_p, /**< this object */ in ecma_op_typedarray_get_to_string_at_index()
1095 ecma_object_t *obj_p = ecma_get_object_from_value (obj_value); in ecma_builtin_typedarray_prototype_join() local
1202 ecma_object_t *obj_p = ecma_get_object_from_value (obj_this_value); in ecma_builtin_typedarray_prototype_object_to_string() local
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-tagged-template-literal.c126 parser_tagged_template_literal_freeze_array (ecma_object_t *obj_p) in parser_tagged_template_literal_freeze_array()

12