v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::SeededStringHasher Struct Reference

#include <string-hasher.h>

Collaboration diagram for v8::internal::SeededStringHasher:

Public Member Functions

 SeededStringHasher (uint64_t hashseed)
 
std::size_t operator() (const char *name) const
 

Public Attributes

uint64_t hashseed_
 

Detailed Description

Definition at line 55 of file string-hasher.h.

Constructor & Destructor Documentation

◆ SeededStringHasher()

v8::internal::SeededStringHasher::SeededStringHasher ( uint64_t hashseed)
inlineexplicit

Definition at line 56 of file string-hasher.h.

Member Function Documentation

◆ operator()()

std::size_t v8::internal::SeededStringHasher::operator() ( const char * name) const
inline

Definition at line 293 of file string-hasher-inl.h.

Here is the call graph for this function:

Member Data Documentation

◆ hashseed_

uint64_t v8::internal::SeededStringHasher::hashseed_

Definition at line 59 of file string-hasher.h.


The documentation for this struct was generated from the following files: