Searched defs:typedarray_p (Results 1 – 2 of 2) sorted by relevance
73 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_buffer_getter() local97 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_bytelength_getter() local120 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_byteoffset_getter() local142 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_length_getter() local954 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_set() local1340 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_fill() local1501 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_sort() local1606 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_find_helper() local1710 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_index_of() local1790 ecma_object_t *typedarray_p = ecma_get_object_from_value (this_arg); in ecma_builtin_typedarray_prototype_last_index_of() local[all …]
629 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() local1368 ecma_typedarray_get_info (ecma_object_t *typedarray_p) in ecma_typedarray_get_info()