![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
InternalizedStringKey (DirectHandle< String > string, uint32_t hash) | |
bool | IsMatch (Isolate *isolate, Tagged< String > string) |
void | PrepareForInsertion (Isolate *isolate) |
DirectHandle< String > | GetHandleForInsertion (Isolate *isolate) |
![]() | |
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 |
Private Attributes | |
DirectHandle< String > | string_ |
MaybeDirectHandle< String > | internalized_string_ |
MaybeDirectHandle< Map > | maybe_internalized_map_ |
Additional Inherited Members | |
![]() | |
void | set_raw_hash_field (uint32_t raw_hash_field) |
Definition at line 181 of file string-table.cc.
|
inlineexplicit |
|
inline |
Definition at line 256 of file string-table.cc.
|
inline |
|
private |
Definition at line 286 of file string-table.cc.
|
private |
Definition at line 287 of file string-table.cc.
|
private |
Definition at line 280 of file string-table.cc.