#include <string-table.h>
Definition at line 20 of file string-table.h.
◆ ~StringTableKey()
virtual v8::internal::StringTableKey::~StringTableKey |
( |
| ) |
|
|
virtualdefault |
◆ StringTableKey()
v8::internal::StringTableKey::StringTableKey |
( |
uint32_t | raw_hash_field, |
|
|
uint32_t | length ) |
|
inline |
◆ hash()
uint32_t v8::internal::StringTableKey::hash |
( |
| ) |
const |
|
inline |
◆ length()
uint32_t v8::internal::StringTableKey::length |
( |
| ) |
const |
|
inline |
◆ raw_hash_field()
uint32_t v8::internal::StringTableKey::raw_hash_field |
( |
| ) |
const |
|
inline |
◆ set_raw_hash_field()
void v8::internal::StringTableKey::set_raw_hash_field |
( |
uint32_t | raw_hash_field | ) |
|
|
inlineprotected |
◆ length_
uint32_t v8::internal::StringTableKey::length_ |
|
private |
◆ raw_hash_field_
uint32_t v8::internal::StringTableKey::raw_hash_field_ = 0 |
|
private |
The documentation for this class was generated from the following files: