![]() |
v8
3.11.10(node0.8.26)
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 10691 of file objects.cc.
Definition at line 10693 of file objects.cc.
|
inlinevirtual |
Implements HashTableKey.
Definition at line 10710 of file objects.cc.
|
inlinevirtual |
Implements HashTableKey.
Definition at line 10706 of file objects.cc.
Referenced by CompilationCacheTable::Put().
|
inlinevirtual |
Implements HashTableKey.
Definition at line 10708 of file objects.cc.
References String::cast(), and String::Hash().
|
inlinevirtual |
| uint32_t hash_ |
Definition at line 10713 of file objects.cc.
| String* string_ |
Definition at line 10712 of file objects.cc.