Searched refs:SharedTypedArrayConstructor (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_typedarray.cpp | 48 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/ |
| D | typed_array_helper.h | 45 static JSTaggedValue SharedTypedArrayConstructor(EcmaRuntimeCallInfo *argv,
|
| D | typed_array_helper.cpp | 84 JSTaggedValue TypedArrayHelper::SharedTypedArrayConstructor(EcmaRuntimeCallInfo *argv, in SharedTypedArrayConstructor() function in panda::ecmascript::base::TypedArrayHelper
|