Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp48 return TypedArrayHelper::SharedTypedArrayConstructor(argv, in Int8ArrayConstructor()
57 return TypedArrayHelper::SharedTypedArrayConstructor(argv, in Uint8ArrayConstructor()
66 return TypedArrayHelper::SharedTypedArrayConstructor(argv, in Uint8ClampedArrayConstructor()
75 return TypedArrayHelper::SharedTypedArrayConstructor(argv, in Int16ArrayConstructor()
84 return TypedArrayHelper::SharedTypedArrayConstructor(argv, in Uint16ArrayConstructor()
93 return TypedArrayHelper::SharedTypedArrayConstructor(argv, in Int32ArrayConstructor()
102 return TypedArrayHelper::SharedTypedArrayConstructor(argv, in Uint32ArrayConstructor()
111 return TypedArrayHelper::SharedTypedArrayConstructor(argv, in Float32ArrayConstructor()
120 return TypedArrayHelper::SharedTypedArrayConstructor(argv, in Float64ArrayConstructor()
129 return TypedArrayHelper::SharedTypedArrayConstructor(argv, in BigInt64ArrayConstructor()
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.h45 static JSTaggedValue SharedTypedArrayConstructor(EcmaRuntimeCallInfo *argv,
Dtyped_array_helper.cpp84 JSTaggedValue TypedArrayHelper::SharedTypedArrayConstructor(EcmaRuntimeCallInfo *argv, in SharedTypedArrayConstructor() function in panda::ecmascript::base::TypedArrayHelper