Searched refs:lengthString (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.cpp | 53 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/ |
| D | typed_bytecode_lowering.cpp | 794 …EcmaString *lengthString = EcmaString::Cast(thread_->GlobalConstants()->GetLengthString().GetTagge… in TryLowerTypedLdObjByNameForBuiltin() local 795 if (propString == lengthString) { in TryLowerTypedLdObjByNameForBuiltin()
|
| D | stub_builder.cpp | 3209 GateRef lengthString = GetGlobalConstantValue(VariableType::JS_POINTER(), glue, in IsArrayLengthWritable() local 3211 GateRef entry = FindEntryFromNameDictionary(glue, array, lengthString); in IsArrayLengthWritable()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 1489 … JSHandle<JSTaggedValue> lengthString(thread->GlobalConstants()->GetHandledLengthString()); in Split() local 1491 JSObject::GetProperty(thread, execResult, lengthString).GetValue(); in Split()
|