Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp126 … JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledInt8ArrayString(); in HWTEST_F_L0() local
145 … JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledUint8ArrayString(); in HWTEST_F_L0() local
166 … JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledUint8ArrayString(); in HWTEST_F_L0() local
186 … JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledInt16ArrayString(); in HWTEST_F_L0() local
207 …JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledUint16ArrayString(); in HWTEST_F_L0() local
224 …JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledUint32ArrayString(); in HWTEST_F_L0() local
417 …JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledUint32ArrayString(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp43const JSHandle<JSTaggedValue> &constructorName, in TypedArrayConstructor()
381const JSHandle<JSTaggedValue> &constructorName, in AllocateTypedArray()
418const JSHandle<JSTaggedValue> &constructorName, in AllocateTypedArray()
516 JSHandle<JSTaggedValue> constructorName = GetConstructorNameFromType(thread, arrayType); in TypedArraySpeciesCreate() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp1402 GateRef constructorName = Load(VariableType::JS_POINTER(), srcTypedArray, in NewTaggedSubArray() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1587 JSHandle<JSTaggedValue> constructorName(thread, thisObj->GetTypedArrayName()); in Subarray() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1472 … JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledInt8ArrayString(); in HWTEST_F_L0() local