Searched refs:array_buffer_p (Results 1 – 3 of 3) sorted by relevance
1377 info.array_buffer_p = ecma_typedarray_get_arraybuffer (typedarray_p); in ecma_typedarray_get_info()1378 info.buffer_p = ecma_arraybuffer_get_buffer (info.array_buffer_p) + info.offset; in ecma_typedarray_get_info()
1300 ecma_make_object_value (info.array_buffer_p), in ecma_builtin_typedarray_prototype_subarray()1712 if (ecma_arraybuffer_is_detached (info.array_buffer_p)) in ecma_builtin_typedarray_prototype_index_of()1792 if (ecma_arraybuffer_is_detached (info.array_buffer_p)) in ecma_builtin_typedarray_prototype_last_index_of()
1828 …ecma_object_t *array_buffer_p; /**< pointer to the typedArray's [[ViewedArrayBuffer]] internal slo… member