Home
last modified time | relevance | path

Searched defs:new_typedarray (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c641 ecma_value_t new_typedarray = ecma_typedarray_create_object_with_length (array_length, in ecma_typedarray_create_object_with_typedarray() local
838 ecma_value_t new_typedarray = ecma_typedarray_create_object_with_length (values_p->item_count, in ecma_op_typedarray_from() local
911 ecma_value_t new_typedarray = ecma_typedarray_create_object_with_length (len, in ecma_op_typedarray_from() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c456 …ecma_value_t new_typedarray = ecma_op_create_typedarray_with_type_and_length (src_info.id, src_inf… in ecma_builtin_typedarray_prototype_map() local
1978 ecma_value_t new_typedarray = ecma_op_create_typedarray_with_type_and_length (info.id, count); in ecma_builtin_typedarray_prototype_slice() local