Home
last modified time | relevance | path

Searched refs:argsIn (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbuiltins_lowering.cpp211 size_t argsIn = acc_.GetNumValueIn(gate) - 1; in LowerTypedLocaleCompare() local
213 if (argsIn == 2) { // 2: string.localeCompare(string) in LowerTypedLocaleCompare()
220 ASSERT(argsIn <= NUM_OF_ARGS); in LowerTypedLocaleCompare()
222 while (index < argsIn) { in LowerTypedLocaleCompare()

Completed in 2 milliseconds