Go to the source code of this file.
|
| V8_EXPORT_PRIVATE uint64_t | v8::internal::detail::HashConvertingTo8Bit (const uint16_t *chars, uint32_t length, uint64_t seed) |
| |
| template<typename T > |
| uint32_t | v8::internal::detail::ConvertRawHashToUsableHash (T raw_hash) |
| |
| V8_INLINE bool | v8::internal::detail::IsOnly8Bit (const uint16_t *chars, unsigned len) |
| |
| V8_INLINE uint64_t | v8::internal::detail::GetRapidHash (const uint8_t *chars, uint32_t length, uint64_t seed) |
| |
| V8_INLINE uint64_t | v8::internal::detail::GetRapidHash (const uint16_t *chars, uint32_t length, uint64_t seed) |
| |
| template<typename uchar > |
| V8_INLINE uint32_t | v8::internal::detail::GetUsableRapidHash (const uchar *chars, uint32_t length, uint64_t seed) |
| |
| template<typename uchar > |
| V8_INLINE IndexParseResult | v8::internal::detail::TryParseArrayIndex (const uchar *chars, uint32_t length, uint32_t &i, ArrayIndexT &index) |
| |