![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <string-hasher.h>
Public Member Functions | |
RunningStringHasher (uint32_t seed) | |
V8_INLINE void | AddCharacter (uint16_t c) |
V8_INLINE uint32_t | Finalize () |
Private Attributes | |
uint32_t | running_hash_ |
Definition at line 21 of file string-hasher.h.
|
inlineexplicit |
Definition at line 23 of file string-hasher.h.
void v8::internal::RunningStringHasher::AddCharacter | ( | uint16_t | c | ) |
uint32_t v8::internal::RunningStringHasher::Finalize | ( | ) |
Definition at line 83 of file string-hasher-inl.h.
|
private |
Definition at line 29 of file string-hasher.h.