Home
last modified time | relevance | path

Searched defs:constructorName (Results 1 – 6 of 6) 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
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp34const JSHandle<JSTaggedValue> &constructorName, in TypedArrayConstructor()
85const JSHandle<JSTaggedValue> &constructorName, in SharedTypedArrayConstructor()
795const JSHandle<JSTaggedValue> &constructorName, in AllocateTypedArray()
832const JSHandle<JSTaggedValue> &constructorName, in AllocateSharedTypedArray()
869const JSHandle<JSTaggedValue> &constructorName, in AllocateTypedArray()
893const JSHandle<JSTaggedValue> &constructorName, in AllocateSharedTypedArray()
944 JSHandle<JSTaggedValue> constructorName = GetConstructorNameFromType(thread, arrayType); in TypedArraySpeciesCreate() local
948 … JSHandle<JSTaggedValue> constructorName = GetSharedConstructorNameFromType(thread, arrayType); in TypedArraySpeciesCreate() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1592 JSHandle<JSTaggedValue> constructorName(thread, thisObj->GetTypedArrayName()); in Subarray() local
Dbuiltins_typedarray.cpp1710 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.cpp2200 GateRef constructorName = Load(VariableType::JS_POINTER(), srcTypedArray, in NewTaggedSubArray() local