Home
last modified time | relevance | path

Searched defs:hashCode (Results 1 – 1 of 1) sorted by relevance

/ark/js_runtime/ecmascript/
Decma_string_table.cpp30 uint32_t hashCode = firstString->GetHashcode(); in GetString() local
45 uint32_t hashCode = EcmaString::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); in GetString() local
59 … uint32_t hashCode = EcmaString::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), utf16Len); in GetString() local