Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1941 int32_t fillLen = intMaxLength - stringLength; in Pad() local
1944 for (int32_t i = 0; i < fillLen; ++i) { in Pad()