Home
last modified time | relevance | path

Searched defs:constructorName (Results 1 – 8 of 8) 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/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert_base.h59 static bool IsConstructor(napi_env &env, napi_value &jsValue, const char *constructorName) in IsConstructor()
68 static bool GetValueByValueOf(napi_env env, napi_value &jsValue, const char *constructorName, napi_… in GetValueByValueOf()
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp33const JSHandle<JSTaggedValue> &constructorName, in TypedArrayConstructor()
84const JSHandle<JSTaggedValue> &constructorName, in SharedTypedArrayConstructor()
137const JSHandle<JSTaggedValue> &constructorName, in FastCreateTypedArray()
844const JSHandle<JSTaggedValue> &constructorName, in AllocateTypedArray()
881const JSHandle<JSTaggedValue> &constructorName, in AllocateSharedTypedArray()
918const JSHandle<JSTaggedValue> &constructorName, in AllocateTypedArray()
942const JSHandle<JSTaggedValue> &constructorName, in AllocateSharedTypedArray()
993 JSHandle<JSTaggedValue> constructorName = GetConstructorNameFromType(thread, arrayType); in TypedArraySpeciesCreate() local
997 … JSHandle<JSTaggedValue> constructorName = GetSharedConstructorNameFromType(thread, arrayType); in TypedArraySpeciesCreate() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp3138 …GateRef newTarget, GateRef thisValue, GateRef numArgs, GateRef constructorName, const DataViewType… in GenTypedArrayConstructor()
3243 GateRef BuiltinsTypedArrayStubBuilder::AllocateTypedArray(GateRef glue, GateRef constructorName, in AllocateTypedArray()
3275 GateRef BuiltinsTypedArrayStubBuilder::AllocateTypedArray(GateRef glue, GateRef constructorName, in AllocateTypedArray()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1619 JSHandle<JSTaggedValue> constructorName(thread, thisObj->GetTypedArrayName(thread)); in Subarray() local
Dbuiltins_typedarray.cpp1722 JSHandle<JSTaggedValue> constructorName(thread, thisObj->GetTypedArrayName(thread)); in Subarray() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp1410 … JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledInt8ArrayString(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp2469 GateRef constructorName = Load(VariableType::JS_POINTER(), glue, srcTypedArray, in NewTaggedSubArray() local