Home
last modified time | relevance | path

Searched refs:ecma_make_uint32_value (Results 1 - 23 of 23) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array-iterator-prototype.c106 ecma_make_uint32_value (index), in ecma_builtin_array_iterator_prototype_object_next()
131 return ecma_create_iter_result_object (ecma_make_uint32_value (index), ECMA_VALUE_FALSE); in ecma_builtin_array_iterator_prototype_object_next()
158 ecma_make_uint32_value (index)); in ecma_builtin_array_iterator_prototype_object_next()
H A Decma-builtin-array.c185 ecma_value_t len_value = ecma_make_uint32_value (k); in ecma_builtin_array_object_from()
219 ecma_value_t args_p[2] = { next_value, ecma_make_uint32_value (k) }; in ecma_builtin_array_object_from()
283 len_value = ecma_make_uint32_value (len); in ecma_builtin_array_object_from()
338 ecma_value_t args_p[2] = { k_value, ecma_make_uint32_value (k) }; in ecma_builtin_array_object_from()
372 len_value = ecma_make_uint32_value (k); in ecma_builtin_array_object_from()
415 ecma_value_t len = ecma_make_uint32_value (arguments_list_len); in ecma_builtin_array_object_of()
H A Decma-builtin-dataview-prototype.c119 return ecma_make_uint32_value (obj_p->header.u.class_prop.u.length); in ecma_builtin_dataview_prototype_object_getters()
129 return ecma_make_uint32_value (obj_p->byte_offset); in ecma_builtin_dataview_prototype_object_getters()
H A Decma-builtin-array-prototype.c494 return ecma_make_uint32_value (length); in ecma_builtin_array_prototype_object_push()
508 return ecma_make_uint32_value (new_length); in ecma_builtin_array_prototype_object_push()
1556 return ecma_make_uint32_value (len); in ecma_builtin_array_prototype_object_unshift()
1573 return ecma_make_uint32_value (new_length); in ecma_builtin_array_prototype_object_unshift()
1701 return ecma_make_uint32_value (from_idx); in ecma_builtin_array_prototype_object_index_of()
1727 return ecma_make_uint32_value (from_idx); in ecma_builtin_array_prototype_object_index_of()
1807 return ecma_make_uint32_value (from_idx); in ecma_builtin_array_prototype_object_last_index_of()
1831 return ecma_make_uint32_value (from_idx); in ecma_builtin_array_prototype_object_last_index_of()
1900 current_index = ecma_make_uint32_value (index); in ecma_builtin_array_apply()
2002 current_index = ecma_make_uint32_value (inde in ecma_builtin_array_prototype_object_map()
[all...]
H A Decma-builtin-string-prototype.c193 return (charcode_mode ? ecma_make_uint32_value (new_ecma_char) in ecma_builtin_string_prototype_char_at_helper()
495 ecma_make_uint32_value (pos), in ecma_builtin_string_prototype_object_replace()
1217 return ecma_make_uint32_value (first); in ecma_builtin_string_prototype_object_code_point_at()
1225 return ecma_make_uint32_value (first); in ecma_builtin_string_prototype_object_code_point_at()
1228 return ecma_make_uint32_value (lit_convert_surrogate_pair_to_code_point (first, second)); in ecma_builtin_string_prototype_object_code_point_at()
H A Decma-builtin-arraybuffer-prototype.c70 return ecma_make_uint32_value (len); in ecma_builtin_arraybuffer_prototype_bytelength_getter()
H A Decma-builtin-promise.c231 ext_object_p->u.class_prop.u.value = ecma_make_uint32_value (current); in ecma_builtin_promise_remaining_inc_or_dec()
430 ecma_value_t idx_value = ecma_make_uint32_value (idx); in ecma_builtin_promise_perform_all()
H A Decma-builtin-regexp-prototype.c391 ecma_make_uint32_value (0), in ecma_builtin_regexp_prototype_compile()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A Decma-builtin-typedarray-prototype.c100 return ecma_make_uint32_value (ecma_typedarray_get_length (typedarray_p) << shift); in ecma_builtin_typedarray_prototype_bytelength_getter()
122 return ecma_make_uint32_value (ecma_typedarray_get_offset (typedarray_p)); in ecma_builtin_typedarray_prototype_byteoffset_getter()
144 return ecma_make_uint32_value (ecma_typedarray_get_length (typedarray_p)); in ecma_builtin_typedarray_prototype_length_getter()
224 ecma_value_t current_index = ecma_make_uint32_value (index); in ecma_builtin_typedarray_prototype_exec_routine()
473 ecma_value_t current_index = ecma_make_uint32_value (index); in ecma_builtin_typedarray_prototype_map()
598 ecma_value_t current_index = ecma_make_uint32_value (index); in ecma_builtin_typedarray_prototype_reduce_with_direction()
731 ecma_value_t current_index = ecma_make_uint32_value (index); in ecma_builtin_typedarray_prototype_filter()
1301 ecma_make_uint32_value (begin_byte_offset), in ecma_builtin_typedarray_prototype_subarray()
1302 ecma_make_uint32_value (subarray_length) in ecma_builtin_typedarray_prototype_subarray()
1625 ecma_value_t call_args[] = { element_value, ecma_make_uint32_value (buffer_inde in ecma_builtin_typedarray_prototype_find_helper()
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c246 ecma_make_uint32_value (0), in ecma_op_regexp_alloc()
1601 ecma_make_uint32_value (index), in ecma_regexp_create_result_object()
1779 ecma_make_uint32_value (0), in ecma_regexp_exec_helper()
1799 ecma_make_uint32_value (0), in ecma_regexp_exec_helper()
1865 ecma_make_uint32_value (index + match_length), in ecma_regexp_exec_helper()
1953 const ecma_value_t status = ecma_op_object_put (regexp_object_p, last_index_str_p, ecma_make_uint32_value (0), true); in ecma_regexp_search_helper()
2173 ecma_make_uint32_value (current_index), in ecma_regexp_split_helper()
2589 ecma_collection_push_back (arguments_p, ecma_make_uint32_value (ctx_p->index)); in ecma_regexp_replace_helper_fast()
2760 ecma_make_uint32_value (0), in ecma_regexp_replace_helper()
2824 ecma_make_uint32_value ( in ecma_regexp_replace_helper()
[all...]
H A Decma-get-put-value.c149 return ecma_make_uint32_value (ecma_string_get_length (string_p)); in ecma_op_get_value_object_base()
H A Decma-container-object.c605 return ecma_make_uint32_value (ECMA_CONTAINER_GET_SIZE (container_p)); in ecma_op_container_size()
1093 value_p->value = ecma_make_uint32_value (index); in ecma_op_iterator_set_index()
1098 value_p->value = ecma_make_uint32_value (index); in ecma_op_iterator_set_index()
H A Decma-array-object.c727 ecma_value_t length_val = ecma_make_uint32_value (length); in ecma_op_array_species_create()
740 ecma_value_t len_val = ecma_make_uint32_value (length); in ecma_op_array_species_create()
1115 ecma_value_t length_value = ecma_make_uint32_value (ext_object_p->u.array.length); in ecma_op_array_object_define_own_property()
H A Decma-objects.c105 property_ref_p->virtual_value = ecma_make_uint32_value (length); in ecma_op_object_get_own_property()
141 property_ref_p->virtual_value = ecma_make_uint32_value (ext_object_p->u.array.length); in ecma_op_object_get_own_property()
280 property_ref_p->virtual_value = ecma_make_uint32_value (len); in ecma_op_object_get_own_property()
471 return ecma_make_uint32_value (length); in ecma_op_object_find_own()
498 return ecma_make_uint32_value (ext_object_p->u.array.length); in ecma_op_object_find_own()
632 return ecma_make_uint32_value (len); in ecma_op_object_find_own()
H A Decma-objects-arguments.c139 prop_value_p->value = ecma_make_uint32_value (arguments_number); in ecma_op_create_arguments_object()
H A Decma-typedarray-object.c706 ecma_value_t current_index = ecma_make_uint32_value (index); in ecma_op_typedarray_from_helper()
H A Decma-function-object.c1417 value_p->value = ecma_make_uint32_value (len); in ecma_op_function_try_to_lazy_instantiate_property()
/third_party/jerryscript/jerry-core/api/
H A Djerry.c1453 ecma_value_t array_length = ecma_make_uint32_value (size); in jerry_create_array()
3981 ecma_make_uint32_value (byte_offset), in jerry_create_dataview()
3982 ecma_make_uint32_value (byte_length) in jerry_create_dataview()
4244 ecma_make_uint32_value (byte_offset), in jerry_create_typedarray_for_arraybuffer_sz()
4245 ecma_make_uint32_value (length) in jerry_create_typedarray_for_arraybuffer_sz()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-value.c575 ecma_make_uint32_value (uint32_t uint32_number) /**< uint32 number to be encoded */ in ecma_make_uint32_value() function
583 } /* ecma_make_uint32_value */ in ecma_make_uint32_value()
H A Decma-helpers.h249 ecma_value_t ecma_make_uint32_value (uint32_t uint32_number);
/third_party/jerryscript/jerry-core/vm/
H A Dopcodes.c876 prop_value_p->value = ecma_make_uint32_value (0); in opfunc_create_implicit_class_constructor()
H A Dvm.c3259 *stack_top_p++ = ecma_make_uint32_value (left_uint32 >> (right_integer & 0x1f)); in vm_loop()
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser.c2751 ecma_value_t line_str_val = ecma_make_uint32_value (parser_error.line); in parser_parse_script()
2752 ecma_value_t col_str_val = ecma_make_uint32_value (parser_error.column); in parser_parse_script()

Completed in 53 milliseconds