Searched refs:FastTypedArrayFill (Results 1 – 3 of 3) sorted by relevance
109 static bool FastTypedArrayFill(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray,
745 bool JSTypedArray::FastTypedArrayFill(JSThread *thread, const JSHandle<JSTaggedValue> &typedArray, in FastTypedArrayFill() function in panda::ecmascript::JSTypedArray
828 bool result = JSTypedArray::FastTypedArrayFill(thread, thisObjVal, value, start, end); in Fill()