Home
last modified time | relevance | path

Searched refs:ValidateTypedArray (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp479 TypedArrayHelper::ValidateTypedArray(thread, thisHandle); in Entries()
499 TypedArrayHelper::ValidateTypedArray(thread, thisHandle); in Every()
568 TypedArrayHelper::ValidateTypedArray(thread, thisHandle); in Fill()
624 TypedArrayHelper::ValidateTypedArray(thread, thisHandle); in Fill()
664 TypedArrayHelper::ValidateTypedArray(thread, thisHandle); in Filter()
770 TypedArrayHelper::ValidateTypedArray(thread, thisHandle); in ForEach()
829 TypedArrayHelper::ValidateTypedArray(thread, GetThis(argv)); in IndexOf()
944 TypedArrayHelper::ValidateTypedArray(thread, thisHandle); in Keys()
960 TypedArrayHelper::ValidateTypedArray(thread, GetThis(argv)); in LastIndexOf()
1006 TypedArrayHelper::ValidateTypedArray(thread, thisHandle); in Map()
[all …]
Dbuiltins_shared_typedarray.cpp1474 …buffer = JSHandle<JSTaggedValue>(thread, TypedArrayHelper::ValidateTypedArray(thread, thisHandle)); in Sort()
/arkcompiler/ets_runtime/ecmascript/base/
Datomic_helper.cpp27 JSTaggedValue buffer = TypedArrayHelper::ValidateTypedArray(thread, typedArray); in ValidateIntegerTypedArray()
Dtyped_array_helper.h71 static JSTaggedValue ValidateTypedArray(JSThread *thread, const JSHandle<JSTaggedValue> &value);
Dtyped_array_helper.cpp993 TypedArrayHelper::ValidateTypedArray(thread, taggedArrayHandle); in TypedArrayCreate()
1031 JSTaggedValue TypedArrayHelper::ValidateTypedArray(JSThread *thread, const JSHandle<JSTaggedValue> … in ValidateTypedArray() function in panda::ecmascript::base::TypedArrayHelper
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp209 HWTEST_F_L0(TypedArrayHelperTest, ValidateTypedArray) in HWTEST_F_L0() argument
213 … JSHandle<JSTaggedValue> buffer(thread, TypedArrayHelper::ValidateTypedArray(thread, uint32Array)); in HWTEST_F_L0()
400 … JSHandle<JSTaggedValue> buffer(thread, TypedArrayHelper::ValidateTypedArray(thread, uint32Array)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1081 base::TypedArrayHelper::ValidateTypedArray(thread, obj); in DEF_RUNTIME_STUBS()