Searched refs:FastCopyElementFromArray (Results 1 – 2 of 2) sorted by relevance
87 …static JSTaggedValue FastCopyElementFromArray(EcmaRuntimeCallInfo *argv, const JSHandle<JSObject> …
82 return TypedArrayHelper::FastCopyElementFromArray(argv, obj, arrayType); in TypedArrayConstructor()87 JSTaggedValue TypedArrayHelper::FastCopyElementFromArray(EcmaRuntimeCallInfo *argv, const JSHandle<… in FastCopyElementFromArray() function in panda::ecmascript::base::TypedArrayHelper