Home
last modified time | relevance | path

Searched defs:constructorName (Results 1 – 4 of 4) 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.cpp41const JSHandle<JSTaggedValue> &constructorName, in TypedArrayConstructor()
351const JSHandle<JSTaggedValue> &constructorName, in AllocateTypedArray()
389const JSHandle<JSTaggedValue> &constructorName, in AllocateTypedArray()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1481 JSHandle<JSTaggedValue> constructorName(thread, thisObj->GetTypedArrayName()); in Subarray() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1471 … JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledInt8ArrayString(); in HWTEST_F_L0() local