Searched defs:constructorName (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | typed_array_helper_test.cpp | 100 …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/ |
| D | typed_array_helper.cpp | 34 … const JSHandle<JSTaggedValue> &constructorName, in TypedArrayConstructor() 85 … const JSHandle<JSTaggedValue> &constructorName, in SharedTypedArrayConstructor() 138 … const JSHandle<JSTaggedValue> &constructorName, in FastCreateTypedArray() 845 … const JSHandle<JSTaggedValue> &constructorName, in AllocateTypedArray() 882 … const JSHandle<JSTaggedValue> &constructorName, in AllocateSharedTypedArray() 919 … const JSHandle<JSTaggedValue> &constructorName, in AllocateTypedArray() 943 … const 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/ |
| D | builtins_typedarray_stub_builder.cpp | 3112 …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/ |
| D | builtins_shared_typedarray.cpp | 1619 JSHandle<JSTaggedValue> constructorName(thread, thisObj->GetTypedArrayName()); in Subarray() local
|
| D | builtins_typedarray.cpp | 1745 JSHandle<JSTaggedValue> constructorName(thread, thisObj->GetTypedArrayName()); in Subarray() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_typed_array_test.cpp | 1409 … JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledInt8ArrayString(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 2211 GateRef constructorName = Load(VariableType::JS_POINTER(), srcTypedArray, in NewTaggedSubArray() local
|