Home
last modified time | relevance | path

Searched refs:TypedArrayCreate (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.h67 …static JSHandle<JSObject> TypedArrayCreate(JSThread *thread, const JSHandle<JSTaggedValue> &constr…
Dtyped_array_helper.cpp963 result = TypedArrayHelper::TypedArrayCreate(thread, thisConstructor, argc, argv); in TypedArraySpeciesCreate()
977 JSHandle<JSObject> TypedArrayHelper::TypedArrayCreate(JSThread *thread, const JSHandle<JSTaggedValu… in TypedArrayCreate() function in panda::ecmascript::base::TypedArrayHelper
1020 JSHandle<JSObject> result = TypedArrayHelper::TypedArrayCreate(thread, constructor, argc, argv); in TypedArrayCreateSameType()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp192 HWTEST_F_L0(TypedArrayHelperTest, TypedArrayCreate) in HWTEST_F_L0() argument
202 …JSHandle<JSObject> newArrObj = TypedArrayHelper::TypedArrayCreate(thread, constructor, 1, args); /… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp196 … JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in From()
252 JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in From()
310 JSHandle<JSObject> newObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in Of()
Dbuiltins_typedarray.cpp170 JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in FromUsingIteratorUndefinedValues()
228 JSHandle<JSObject> targetObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in ProcessFromNotUndefinedValues()
337 JSHandle<JSObject> newObj = TypedArrayHelper::TypedArrayCreate(thread, thisHandle, 1, args); in Of()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp173 HWTEST_F_L0(JSTypedArrayTest, TypedArrayCreate) in HWTEST_F_L0() argument