Home
last modified time | relevance | path

Searched refs:array_buffer_p (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c1377 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()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c1300 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()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h1828 …ecma_object_t *array_buffer_p; /**< pointer to the typedArray's [[ViewedArrayBuffer]] internal slo… member