Home
last modified time | relevance | path

Searched refs:lengthString (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dlowering_relate_gate_test.cpp108 auto lengthString = builder.Load(VariableType::JS_POINTER(), globalEnv, lenthOffset); in HWTEST_F_L0() local
115 builder.StoreProperty(array, lengthString, builder.ToTaggedInt(builder.Int64(2))); in HWTEST_F_L0()
116 auto length = builder.LoadProperty(array, lengthString, false); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_lowering.cpp721 …EcmaString *lengthString = EcmaString::Cast(thread_->GlobalConstants()->GetLengthString().GetTagge… in TryLowerTypedLdObjByNameForArray() local
722 if (propString == lengthString) { in TryLowerTypedLdObjByNameForArray()
Dstub_builder.cpp6232 GateRef lengthString = GetGlobalConstantValue(VariableType::JS_POINTER(), glue, in CreateListFromArrayLike() local
6234 GateRef value = FastGetPropertyByName(glue, arrayObj, lengthString, ProfileOperation()); in CreateListFromArrayLike()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1267 … JSHandle<JSTaggedValue> lengthString(thread->GlobalConstants()->GetHandledLengthString()); in Split() local
1269 JSObject::GetProperty(thread, execResult, lengthString).GetValue(); in Split()