Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp5275 Label eitherNotString(env); in FastEqual() local
5276 Branch(BothAreString(left, right), &bothString, &eitherNotString); in FastEqual()
5290 Bind(&eitherNotString); in FastEqual()