Home
last modified time | relevance | path

Searched refs:FastCreateTypedArray (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.h48 static JSHandle<JSObject> FastCreateTypedArray(JSThread *thread,
Dtyped_array_helper.cpp136 JSHandle<JSObject> TypedArrayHelper::FastCreateTypedArray(JSThread *thread, in FastCreateTypedArray() function in panda::ecmascript::base::TypedArrayHelper
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp439 HWTEST_F_L0(TypedArrayHelperTest, FastCreateTypedArray) { in HWTEST_F_L0() argument
446 TypedArrayHelper::FastCreateTypedArray(thread, constructorName, 0, arrayType); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2377 …TypedArrayHelper::FastCreateTypedArray(thread, thread->GlobalConstants()->GetHandledUint8ArrayStri… in EncodeIntoUint8Array()