Home
last modified time | relevance | path

Searched defs:typedarray (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_typed_array.h56 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetProperty() argument
61 static inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetProperty() argument
69 static inline bool SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in SetProperty() argument
[all...]
H A Djs_typed_array.cpp34 bool JSTypedArray::GetOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetOwnProperty() argument
71 bool JSTypedArray::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in HasProperty() argument
135 bool JSTypedArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in DefineOwnProperty() argument
216 OperationResult JSTypedArray::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetProperty() argument
241 SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) SetProperty() argument
265 DeleteProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, const JSHandle<JSTaggedValue> &key) DeleteProperty() argument
289 OwnPropertyKeys(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray) OwnPropertyKeys() argument
340 OwnEnumPropertyKeys(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray) OwnEnumPropertyKeys() argument
379 IntegerIndexedElementGet(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, JSTaggedValue index) IntegerIndexedElementGet() argument
562 FastElementGet(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, uint32_t index) FastElementGet() argument
600 IntegerIndexedElementSet(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, JSTaggedValue index, const JSHandle<JSTaggedValue> &value) IntegerIndexedElementSet() argument
677 FastGetPropertyByIndex(JSThread *thread, const JSTaggedValue typedarray, uint32_t index, JSType jsType) FastGetPropertyByIndex() argument
712 FastSetPropertyByIndex(JSThread *thread, const JSTaggedValue typedarray, uint32_t index, JSTaggedValue value, JSType jsType) FastSetPropertyByIndex() argument
[all...]
/third_party/jerryscript/tests/unit-core/
H A Dtest-typedarray.cpp88 test_typedarray_info (jerry_value_t typedarray, /**< target TypedArray to query */ in test_typedarray_info() argument
126 jerry_value_t typedarray = jerry_construct_object (prop_value, &length_arg, 1); in test_typedarray_queries() local
141 jerry_value_t typedarray in test_typedarray_queries() local
169 jerry_value_t typedarray = jerry_create_typedarray (test_entries[i].typedarray_type, test_numbers_length); test_property_by_index() local
[all...]
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp2738 napi_get_typedarray_info(napi_env env, napi_value typedarray, napi_typedarray_type* type, size_t* length, void** data, napi_value* arraybuffer, size_t* byte_offset) napi_get_typedarray_info() argument
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp976 napi_value typedarray = nullptr; in HWTEST_F() local
8143 napi_value typedarray = nullptr; in HWTEST_F() local
8163 napi_value typedarray = nullptr; in HWTEST_F() local

Completed in 26 milliseconds