Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp521 Label rhsIsUtf16(env); in StringIndexOf() local
555 Branch(IsUtf8String(rhs), &rhsIsUtf8, &rhsIsUtf16); in StringIndexOf()
572 Bind(&rhsIsUtf16); in StringIndexOf()