Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp1865 Label maxNotLessZero(env); in StringIndexOf() local
1893 BRANCH(Int32LessThan(max, Int32(0)), &exit, &maxNotLessZero); in StringIndexOf()
1894 Bind(&maxNotLessZero); in StringIndexOf()