Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp53 GateRef lengthString = GetGlobalConstantValue(VariableType::JS_POINTER(), glue, in CreateListFromArrayLike() local
55 GateRef value = FastGetPropertyByName(glue, arrayObj, lengthString, ProfileOperation()); in CreateListFromArrayLike()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp794 …EcmaString *lengthString = EcmaString::Cast(thread_->GlobalConstants()->GetLengthString().GetTagge… in TryLowerTypedLdObjByNameForBuiltin() local
795 if (propString == lengthString) { in TryLowerTypedLdObjByNameForBuiltin()
Dstub_builder.cpp3209 GateRef lengthString = GetGlobalConstantValue(VariableType::JS_POINTER(), glue, in IsArrayLengthWritable() local
3211 GateRef entry = FindEntryFromNameDictionary(glue, array, lengthString); in IsArrayLengthWritable()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1489 … JSHandle<JSTaggedValue> lengthString(thread->GlobalConstants()->GetHandledLengthString()); in Split() local
1491 JSObject::GetProperty(thread, execResult, lengthString).GetValue(); in Split()