Home
last modified time | relevance | path

Searched refs:TypedArrayCreateSameType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.h69 …static JSHandle<JSObject> TypedArrayCreateSameType(JSThread *thread, const JSHandle<JSTypedArray> …
Dtyped_array_helper.cpp1010 JSHandle<JSObject> TypedArrayHelper::TypedArrayCreateSameType(JSThread *thread, const JSHandle<JSTy… in TypedArrayCreateSameType() function in panda::ecmascript::base::TypedArrayHelper
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1866 …JSHandle<JSObject> newArrObj = TypedArrayHelper::TypedArrayCreateSameType(thread, thisObj, 1, args… in ToSorted()
1972 …JSHandle<JSObject> newArrObj = TypedArrayHelper::TypedArrayCreateSameType(thread, thisObj, 1, args… in With()
2037 …JSHandle<JSObject> newArrayHandle = TypedArrayHelper::TypedArrayCreateSameType(thread, thisObj, 1,… in ToReversed()