Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.h85 static bool FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray,
Djs_object-inl.h323 JSTypedArray::FastCopyElementToArray(thread, obj, array); in CreateListFromArrayLike()
Djs_typed_array.cpp447 bool JSTypedArray::FastCopyElementToArray(JSThread *thread, const JSHandle<JSTaggedValue> &typedArr… in FastCopyElementToArray() function in panda::ecmascript::JSTypedArray
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1303 …EXPECT_TRUE(JSTypedArray::FastCopyElementToArray(thread, handleTagValTypedArrayFrom, handleTagArrT… in HWTEST_F_L0()