Searched defs:constructorName (Results 1 – 8 of 8) 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/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_convert_base.h | 59 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/ |
| D | typed_array_helper.cpp | 33 … const JSHandle<JSTaggedValue> &constructorName, in TypedArrayConstructor() 84 … const JSHandle<JSTaggedValue> &constructorName, in SharedTypedArrayConstructor() 137 … const JSHandle<JSTaggedValue> &constructorName, in FastCreateTypedArray() 844 … const JSHandle<JSTaggedValue> &constructorName, in AllocateTypedArray() 881 … const JSHandle<JSTaggedValue> &constructorName, in AllocateSharedTypedArray() 918 … const JSHandle<JSTaggedValue> &constructorName, in AllocateTypedArray() 942 … const 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/ |
| D | builtins_typedarray_stub_builder.cpp | 3138 …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/ |
| D | builtins_shared_typedarray.cpp | 1619 JSHandle<JSTaggedValue> constructorName(thread, thisObj->GetTypedArrayName(thread)); in Subarray() local
|
| D | builtins_typedarray.cpp | 1722 JSHandle<JSTaggedValue> constructorName(thread, thisObj->GetTypedArrayName(thread)); in Subarray() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_typed_array_test.cpp | 1410 … JSHandle<JSTaggedValue> constructorName = thread->GlobalConstants()->GetHandledInt8ArrayString(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 2469 GateRef constructorName = Load(VariableType::JS_POINTER(), glue, srcTypedArray, in NewTaggedSubArray() local
|