![]() |
v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
SymbolKey (String *string) | |
bool | IsMatch (Object *string) |
uint32_t | Hash () |
uint32_t | HashForObject (Object *other) |
MaybeObject * | AsObject () |
![]() | |
virtual | ~HashTableKey () |
Static Public Member Functions | |
static uint32_t | StringHash (Object *obj) |
Data Fields | |
String * | string_ |
Definition at line 11032 of file objects.cc.
Definition at line 11034 of file objects.cc.
|
inlinevirtual |
Implements HashTableKey.
Definition at line 11047 of file objects.cc.
References Heap::AllocateInternalSymbol(), ASSERT, v8::internal::NULL, HeapObject::set_map_no_write_barrier(), and Heap::SymbolMapForString().
|
inlinevirtual |
Implements HashTableKey.
Definition at line 11041 of file objects.cc.
|
inlinevirtual |
Implements HashTableKey.
Definition at line 11043 of file objects.cc.
References String::cast(), and String::Hash().
|
inlinevirtual |
Implements HashTableKey.
Definition at line 11037 of file objects.cc.
References String::cast(), and String::Equals().
|
inlinestatic |
Definition at line 11066 of file objects.cc.
References String::cast(), and String::Hash().
String* string_ |
Definition at line 11070 of file objects.cc.