![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <string-hasher.h>
Public Member Functions | |
SeededStringHasher (uint64_t hashseed) | |
std::size_t | operator() (const char *name) const |
Public Attributes | |
uint64_t | hashseed_ |
Definition at line 55 of file string-hasher.h.
|
inlineexplicit |
Definition at line 56 of file string-hasher.h.
|
inline |
uint64_t v8::internal::SeededStringHasher::hashseed_ |
Definition at line 59 of file string-hasher.h.