Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp179 … JSHandle<JSTypedArray> handleUint8Array = CreateNumberTypedArray(thread, JSType::JS_UINT8_ARRAY); in HWTEST_F_L0() local
431 … JSHandle<JSTypedArray> handleUint8Array = CreateNumberTypedArray(thread, JSType::JS_UINT8_ARRAY); in HWTEST_F_L0() local
478 … JSHandle<JSTypedArray> handleUint8Array = CreateNumberTypedArray(thread, JSType::JS_UINT8_ARRAY); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp604 JSHandle<JSTypedArray> handleUint8Array = JSAPIFastBuffer::NewUint8Array(thread, byteLength); in AllocateFastBuffer() local
615 auto handleUint8Array = JSTaggedValue(GetUInt8ArrayFromBufferObject(thread, src)); in AllocateFromBufferObject() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp4895 JSHandle<JSTypedArray> handleUint8Array = JSHandle<JSTypedArray>::Cast(obj); in NewJSAPIBufferWithoutInit() local
4924 JSHandle<JSTypedArray> handleUint8Array = JSAPIFastBuffer::NewUint8Array(thread_, length); in NewJSAPIBuffer() local