Home
last modified time | relevance | path

Searched defs:lengthString (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DspreadLowering.cpp40 std::stringstream lengthString; in CreateLengthString() local
50 std::string lengthString = CreateLengthString(array); in CreateETSCode() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp949 EcmaString *lengthString = in TryLowerTypedLdObjByNameForBuiltin() local
Dstub_builder.cpp3543 GateRef lengthString = GetGlobalConstantValue(VariableType::JS_POINTER(), glue, in GetPropertyByName() local
4017 GateRef lengthString = GetGlobalConstantValue(VariableType::JS_POINTER(), glue, in IsArrayLengthWritable() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp78 GateRef lengthString = GetGlobalConstantValue(VariableType::JS_POINTER(), glue, in CreateListFromArrayLike() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1588 … JSHandle<JSTaggedValue> lengthString(thread->GlobalConstants()->GetHandledLengthString()); in RegExpSplit() local