Searched refs:lengthString (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | lowering_relate_gate_test.cpp | 108 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/ |
| D | ts_hcr_lowering.cpp | 721 …EcmaString *lengthString = EcmaString::Cast(thread_->GlobalConstants()->GetLengthString().GetTagge… in TryLowerTypedLdObjByNameForArray() local 722 if (propString == lengthString) { in TryLowerTypedLdObjByNameForArray()
|
| D | stub_builder.cpp | 6232 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/ |
| D | builtins_regexp.cpp | 1267 … JSHandle<JSTaggedValue> lengthString(thread->GlobalConstants()->GetHandledLengthString()); in Split() local 1269 JSObject::GetProperty(thread, execResult, lengthString).GetValue(); in Split()
|