Home
last modified time | relevance | path

Searched refs:ecma_arraybuffer_is_detached (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-arraybuffer-prototype.c64 if (ecma_arraybuffer_is_detached (object_p)) in ecma_builtin_arraybuffer_prototype_bytelength_getter()
103 if (ecma_arraybuffer_is_detached (object_p)) in ecma_builtin_arraybuffer_prototype_object_slice()
Decma-builtin-dataview-prototype.c115 if (ecma_arraybuffer_is_detached (obj_p->buffer_p)) in ecma_builtin_dataview_prototype_object_getters()
125 if (ecma_arraybuffer_is_detached (obj_p->buffer_p)) in ecma_builtin_dataview_prototype_object_getters()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c211 if (ecma_arraybuffer_is_detached (arraybuffer_p)) in ecma_builtin_typedarray_prototype_exec_routine()
446 if (ecma_arraybuffer_is_detached (arraybuffer_p)) in ecma_builtin_typedarray_prototype_map()
537 if (ecma_arraybuffer_is_detached (arraybuffer_p)) in ecma_builtin_typedarray_prototype_reduce_with_direction()
800 if (ecma_arraybuffer_is_detached (arraybuffer_p)) in ecma_builtin_typedarray_prototype_reverse()
853 if (ecma_arraybuffer_is_detached (arraybuffer_p)) in ecma_op_typedarray_set_with_typedarray()
862 if (ecma_arraybuffer_is_detached (src_arraybuffer_p)) in ecma_op_typedarray_set_with_typedarray()
956 if (ecma_arraybuffer_is_detached (arraybuffer_p)) in ecma_builtin_typedarray_prototype_set()
1503 if (ecma_arraybuffer_is_detached (arraybuffer_p)) in ecma_builtin_typedarray_prototype_sort()
1609 if (ecma_arraybuffer_is_detached (arraybuffer_p)) in ecma_builtin_typedarray_prototype_find_helper()
1712 if (ecma_arraybuffer_is_detached (info.array_buffer_p)) in ecma_builtin_typedarray_prototype_index_of()
[all …]
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-arraybuffer-object.h47 ecma_arraybuffer_is_detached (ecma_object_t *obj_p);
Decma-dataview-object.c93 if (ecma_arraybuffer_is_detached (buffer_p)) in ecma_op_dataview_create()
275 if (ecma_arraybuffer_is_detached (buffer_p)) in ecma_op_dataview_get_set_view_value()
Decma-typedarray-object.c589 if (ecma_arraybuffer_is_detached (arraybuffer_p)) in ecma_typedarray_create_object_with_buffer()
636 if (ecma_arraybuffer_is_detached (src_arraybuffer_p)) in ecma_typedarray_create_object_with_typedarray()
1016 if (ecma_arraybuffer_is_detached (arraybuffer_p)) in ecma_typedarray_get_length()
1044 if (ecma_arraybuffer_is_detached (arraybuffer_p)) in ecma_typedarray_get_offset()
1153 else if (ecma_arraybuffer_is_detached (arraybuffer_p)) in ecma_op_create_typedarray()
Decma-arraybuffer-object.c213 ecma_arraybuffer_is_detached (ecma_object_t *object_p) /**< pointer to the ArrayBuffer object */ in ecma_arraybuffer_is_detached() function