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

#include <string-table.h>

Inheritance diagram for v8::internal::StringTableKey:
Collaboration diagram for v8::internal::StringTableKey:

Public Member Functions

virtual ~StringTableKey ()=default
 
 StringTableKey (uint32_t raw_hash_field, uint32_t length)
 
uint32_t raw_hash_field () const
 
uint32_t hash () const
 
uint32_t length () const
 

Protected Member Functions

void set_raw_hash_field (uint32_t raw_hash_field)
 

Private Attributes

uint32_t raw_hash_field_ = 0
 
uint32_t length_
 

Detailed Description

Definition at line 20 of file string-table.h.

Constructor & Destructor Documentation

◆ ~StringTableKey()

virtual v8::internal::StringTableKey::~StringTableKey ( )
virtualdefault

◆ StringTableKey()

v8::internal::StringTableKey::StringTableKey ( uint32_t raw_hash_field,
uint32_t length )
inline

Definition at line 17 of file string-table-inl.h.

Member Function Documentation

◆ hash()

uint32_t v8::internal::StringTableKey::hash ( ) const
inline

Definition at line 24 of file string-table-inl.h.

Here is the call graph for this function:

◆ length()

uint32_t v8::internal::StringTableKey::length ( ) const
inline

Definition at line 31 of file string-table.h.

Here is the caller graph for this function:

◆ raw_hash_field()

uint32_t v8::internal::StringTableKey::raw_hash_field ( ) const
inline

Definition at line 25 of file string-table.h.

Here is the caller graph for this function:

◆ set_raw_hash_field()

void v8::internal::StringTableKey::set_raw_hash_field ( uint32_t raw_hash_field)
inlineprotected

Definition at line 20 of file string-table-inl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ length_

uint32_t v8::internal::StringTableKey::length_
private

Definition at line 38 of file string-table.h.

◆ raw_hash_field_

uint32_t v8::internal::StringTableKey::raw_hash_field_ = 0
private

Definition at line 37 of file string-table.h.


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