Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c382 ecma_get_typedarray_getter_fn (ecma_typedarray_type_t typedarray_id) in ecma_get_typedarray_getter_fn()
394 ecma_typedarray_type_t typedarray_id) in ecma_get_typedarray_element()
405 ecma_get_typedarray_setter_fn (ecma_typedarray_type_t typedarray_id) in ecma_get_typedarray_setter_fn()
416 ecma_typedarray_type_t typedarray_id) in ecma_set_typedarray_element()
427 ecma_typedarray_helper_get_shift_size (ecma_typedarray_type_t typedarray_id) in ecma_typedarray_helper_get_shift_size()
451 ecma_typedarray_helper_get_prototype_id (ecma_typedarray_type_t typedarray_id) /**< the id of the t… in ecma_typedarray_helper_get_prototype_id()
462 ecma_typedarray_helper_get_constructor_id (ecma_typedarray_type_t typedarray_id) /**< the id of the… in ecma_typedarray_helper_get_constructor_id()
508ecma_typedarray_type_t typedarray_id) /**< id of the typedarray */ in ecma_typedarray_create_object_with_length()
587ecma_typedarray_type_t typedarray_id) /**< id of the typedarray */ in ecma_typedarray_create_object_with_buffer()
632ecma_typedarray_type_t typedarray_id) /**< id of the typedarray */ in ecma_typedarray_create_object_with_typedarray()
[all …]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray.c103 …ecma_typedarray_type_t typedarray_id = ecma_typedarray_helper_builtin_to_typedarray_id (builtin_id… in ecma_builtin_typedarray_from() local
144 …ecma_typedarray_type_t typedarray_id = ecma_typedarray_helper_builtin_to_typedarray_id (builtin_id… in ecma_builtin_typedarray_of() local
Decma-builtin-typedarray-helpers.c37ecma_typedarray_type_t typedarray_id) /**< id of the typedarray */ in ecma_typedarray_helper_dispatch_construct()