v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
StringKey (String *string) | |
bool | IsMatch (Object *string) |
uint32_t | Hash () |
uint32_t | HashForObject (Object *other) |
Object * | AsObject () |
Public Member Functions inherited from HashTableKey | |
virtual | ~HashTableKey () |
Data Fields | |
String * | string_ |
uint32_t | hash_ |
Definition at line 10929 of file objects.cc.
Definition at line 10931 of file objects.cc.
|
inlinevirtual |
Implements HashTableKey.
Definition at line 10948 of file objects.cc.
References StringKey::string_.
|
inlinevirtual |
|
inlinevirtual |
Implements HashTableKey.
Definition at line 10946 of file objects.cc.
References String::cast(), and String::Hash().
Referenced by StringKey::IsMatch().
|
inlinevirtual |
Implements HashTableKey.
Definition at line 10935 of file objects.cc.
References String::cast(), String::Equals(), StringKey::hash_, StringKey::HashForObject(), and StringKey::string_.
uint32_t hash_ |
Definition at line 10951 of file objects.cc.
Referenced by StringKey::Hash(), and StringKey::IsMatch().
String* string_ |
Definition at line 10950 of file objects.cc.
Referenced by StringKey::AsObject(), and StringKey::IsMatch().