Searched refs:FastCreateTypedArray (Results 1 – 4 of 4) sorted by relevance
48 static JSHandle<JSObject> FastCreateTypedArray(JSThread *thread,
136 JSHandle<JSObject> TypedArrayHelper::FastCreateTypedArray(JSThread *thread, in FastCreateTypedArray() function in panda::ecmascript::base::TypedArrayHelper
439 HWTEST_F_L0(TypedArrayHelperTest, FastCreateTypedArray) { in HWTEST_F_L0() argument446 TypedArrayHelper::FastCreateTypedArray(thread, constructorName, 0, arrayType); in HWTEST_F_L0()
2377 …TypedArrayHelper::FastCreateTypedArray(thread, thread->GlobalConstants()->GetHandledUint8ArrayStri… in EncodeIntoUint8Array()