Searched refs:ComputeRawHashcode (Results 1 – 3 of 3) sorted by relevance
34 auto [hashCode, isInteger] = EcmaStringAccessor(firstString).ComputeRawHashcode(); in GetString()
308 std::pair<uint32_t, bool> PUBLIC_API ComputeRawHashcode() const;1281 std::pair<uint32_t, bool> ComputeRawHashcode() in ComputeRawHashcode() function1283 return string_->ComputeRawHashcode(); in ComputeRawHashcode()
687 auto [hash, isInteger] = ComputeRawHashcode(); in ComputeHashcode()692 std::pair<uint32_t, bool> EcmaString::ComputeRawHashcode() const in ComputeRawHashcode() function in panda::ecmascript::EcmaString