![]() |
v8
3.14.5(node0.10.28)
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 () |
Public Member Functions inherited from HashTableKey | |
| virtual | ~HashTableKey () |
Static Public Member Functions | |
| static uint32_t | StringHash (Object *obj) |
Data Fields | |
| String * | string_ |
Definition at line 11270 of file objects.cc.
Definition at line 11272 of file objects.cc.
|
inlinevirtual |
Implements HashTableKey.
Definition at line 11285 of file objects.cc.
References Heap::AllocateInternalSymbol(), ASSERT, HeapObject::GetHeap(), String::hash_field(), String::length(), v8::internal::NULL, HeapObject::set_map_no_write_barrier(), SymbolKey::string_, Heap::SymbolMapForString(), and String::TryFlattenGetString().
|
inlinevirtual |
Implements HashTableKey.
Definition at line 11279 of file objects.cc.
References String::Hash(), and SymbolKey::string_.
|
inlinevirtual |
Implements HashTableKey.
Definition at line 11281 of file objects.cc.
References String::cast(), and String::Hash().
|
inlinevirtual |
Implements HashTableKey.
Definition at line 11275 of file objects.cc.
References String::cast(), String::Equals(), and SymbolKey::string_.
|
inlinestatic |
Definition at line 11304 of file objects.cc.
References String::cast(), and String::Hash().
| String* string_ |
Definition at line 11308 of file objects.cc.
Referenced by SymbolKey::AsObject(), SymbolKey::Hash(), and SymbolKey::IsMatch().