Searched refs:AllocateTypedArray (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.h | 48 static JSHandle<JSObject> AllocateTypedArray(JSThread *thread, 52 static JSHandle<JSObject> AllocateTypedArray(JSThread *thread,
|
| D | typed_array_helper.cpp | 58 … JSHandle<JSObject> obj = TypedArrayHelper::AllocateTypedArray(thread, constructorName, newTarget, in TypedArrayConstructor() 64 …JSHandle<JSObject> obj = TypedArrayHelper::AllocateTypedArray(thread, constructorName, newTarget, … in TypedArrayConstructor() 794 JSHandle<JSObject> TypedArrayHelper::AllocateTypedArray(JSThread *thread, in AllocateTypedArray() function in panda::ecmascript::base::TypedArrayHelper 868 JSHandle<JSObject> TypedArrayHelper::AllocateTypedArray(JSThread *thread, in AllocateTypedArray() function in panda::ecmascript::base::TypedArrayHelper 945 result = TypedArrayHelper::AllocateTypedArray(thread, constructorName, in TypedArraySpeciesCreate()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_typedarray.h | 154 static JSTaggedValue AllocateTypedArray(EcmaRuntimeCallInfo *argv);
|
| D | builtins_shared_typedarray.h | 139 static JSTaggedValue AllocateTypedArray(EcmaRuntimeCallInfo *argv);
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | typed_array_helper_test.cpp | 139 … TypedArrayHelper::AllocateTypedArray(thread, constructorName, newTarget, DataViewType::UINT8); in HWTEST_F_L0() 160 …TypedArrayHelper::AllocateTypedArray(thread, constructorName, newTarget, length, DataViewType::UIN… in HWTEST_F_L0()
|