Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp579 uint32_t str1Len = str1->GetLength(); in StringsAreEqual() local
580 if (str1Len != str2->GetLength()) { in StringsAreEqual()
583 if (str1Len == 0) { in StringsAreEqual()
607 uint32_t str1Len = str1->GetLength(); in StringsAreEqual() local
608 if (str1Len != str2->GetLength()) { in StringsAreEqual()
611 if (str1Len == 0) { in StringsAreEqual()