Home
last modified time | relevance | path

Searched defs:constructorName (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp100 …JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledUint32ArrayString(); in CreateArrayList() local
116 … JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledInt8ArrayString(); in HWTEST_F_L0() local
135 … JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledUint8ArrayString(); in HWTEST_F_L0() local
156 … JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledUint8ArrayString(); in HWTEST_F_L0() local
176 … JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledInt16ArrayString(); in HWTEST_F_L0() local
197 …JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledUint16ArrayString(); in HWTEST_F_L0() local
444 …JSHandle<JSTaggedValue> constructorName = TypedArrayHelper::GetConstructorNameFromType(thread, arr… in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp34const JSHandle<JSTaggedValue> &constructorName, in TypedArrayConstructor()
85const JSHandle<JSTaggedValue> &constructorName, in SharedTypedArrayConstructor()
138const JSHandle<JSTaggedValue> &constructorName, in FastCreateTypedArray()
845const JSHandle<JSTaggedValue> &constructorName, in AllocateTypedArray()
882const JSHandle<JSTaggedValue> &constructorName, in AllocateSharedTypedArray()
919const JSHandle<JSTaggedValue> &constructorName, in AllocateTypedArray()
943const JSHandle<JSTaggedValue> &constructorName, in AllocateSharedTypedArray()
994 JSHandle<JSTaggedValue> constructorName = GetConstructorNameFromType(thread, arrayType); in TypedArraySpeciesCreate() local
998 … JSHandle<JSTaggedValue> constructorName = GetSharedConstructorNameFromType(thread, arrayType); in TypedArraySpeciesCreate() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp3112 …GateRef newTarget, GateRef thisValue, GateRef numArgs, GateRef constructorName, const DataViewType… in GenTypedArrayConstructor()
3214 GateRef BuiltinsTypedArrayStubBuilder::AllocateTypedArray(GateRef glue, GateRef constructorName, in AllocateTypedArray()
3246 GateRef BuiltinsTypedArrayStubBuilder::AllocateTypedArray(GateRef glue, GateRef constructorName, in AllocateTypedArray()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1619 JSHandle<JSTaggedValue> constructorName(thread, thisObj->GetTypedArrayName()); in Subarray() local
Dbuiltins_typedarray.cpp1745 JSHandle<JSTaggedValue> constructorName(thread, thisObj->GetTypedArrayName()); in Subarray() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1409 … JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledInt8ArrayString(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2211 GateRef constructorName = Load(VariableType::JS_POINTER(), srcTypedArray, in NewTaggedSubArray() local