Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c73 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_buffer_getter() local
97 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_bytelength_getter() local
120 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_byteoffset_getter() local
142 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_length_getter() local
954 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_set() local
1340 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_fill() local
1501 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_sort() local
1606 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_find_helper() local
1710 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_index_of() local
1790 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_last_index_of() local
[all …]
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c629 ecma_typedarray_create_object_with_typedarray (ecma_object_t *typedarray_p, /**< a typedarray objec… in ecma_typedarray_create_object_with_typedarray()
972 ecma_typedarray_get_arraybuffer (ecma_object_t *typedarray_p) /**< the pointer to the typedarray ob… in ecma_typedarray_get_arraybuffer()
987 ecma_typedarray_get_element_size_shift (ecma_object_t *typedarray_p) /**< the pointer to the typeda… in ecma_typedarray_get_element_size_shift()
1000 ecma_typedarray_get_length (ecma_object_t *typedarray_p) /**< the pointer to the typedarray object … in ecma_typedarray_get_length()
1032 ecma_typedarray_get_offset (ecma_object_t *typedarray_p) /**< the pointer to the typedarray object … in ecma_typedarray_get_offset()
1060 ecma_typedarray_get_buffer (ecma_object_t *typedarray_p) /**< the pointer to the typed array object… in ecma_typedarray_get_buffer()
1127 ecma_object_t *typedarray_p = obj_p; in ecma_op_create_typedarray() local
1368 ecma_typedarray_get_info (ecma_object_t *typedarray_p) in ecma_typedarray_get_info()