Home
last modified time | relevance | path

Searched defs:arraybuffer_p (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c210 ecma_object_t *arraybuffer_p = ecma_typedarray_get_arraybuffer (obj_p); in ecma_builtin_typedarray_prototype_exec_routine() local
445 ecma_object_t *arraybuffer_p = ecma_typedarray_get_arraybuffer (src_obj_p); in ecma_builtin_typedarray_prototype_map() local
536 ecma_object_t *arraybuffer_p = ecma_typedarray_get_arraybuffer (obj_p); in ecma_builtin_typedarray_prototype_reduce_with_direction() local
799 ecma_object_t *arraybuffer_p = ecma_typedarray_get_arraybuffer (obj_p); in ecma_builtin_typedarray_prototype_reverse() local
852 ecma_object_t *arraybuffer_p = ecma_typedarray_get_arraybuffer (target_typedarray_p); in ecma_op_typedarray_set_with_typedarray() local
955 ecma_object_t *arraybuffer_p = ecma_typedarray_get_arraybuffer (typedarray_p); in ecma_builtin_typedarray_prototype_set() local
1502 ecma_object_t *arraybuffer_p = ecma_typedarray_get_arraybuffer (typedarray_p); in ecma_builtin_typedarray_prototype_sort() local
1608 ecma_object_t *arraybuffer_p = ecma_typedarray_get_arraybuffer (typedarray_p); in ecma_builtin_typedarray_prototype_find_helper() local
1945 ecma_object_t *arraybuffer_p = ecma_typedarray_get_arraybuffer (typedarray_p); in ecma_builtin_typedarray_prototype_slice() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c582 ecma_typedarray_create_object_with_buffer (ecma_object_t *arraybuffer_p, /**< the arraybuffer insid… in ecma_typedarray_create_object_with_buffer()
1008 …ecma_object_t *arraybuffer_p = ecma_get_object_from_value (ext_object_p->u.pseudo_array.u2.arraybu… in ecma_typedarray_get_length() local
1015 ecma_object_t *arraybuffer_p = ecma_typedarray_get_arraybuffer (typedarray_p); in ecma_typedarray_get_length() local
1043 ecma_object_t *arraybuffer_p = ecma_typedarray_get_arraybuffer (typedarray_p); in ecma_typedarray_get_offset() local
1062 ecma_object_t *arraybuffer_p = ecma_typedarray_get_arraybuffer (typedarray_p); in ecma_typedarray_get_buffer() local
1136 ecma_object_t *arraybuffer_p = obj_p; in ecma_op_create_typedarray() local
/third_party/jerryscript/jerry-core/api/
Djerry.c4055 ecma_object_t *arraybuffer_p = dataview_p->buffer_p; in jerry_get_dataview_buffer() local
4387 ecma_object_t *arraybuffer_p = ecma_typedarray_get_arraybuffer (array_p); in jerry_get_typedarray_buffer() local