V8 Project
|
Public Member Functions | |
StringTableInsertionKey (String *string) | |
virtual bool | IsMatch (Object *string) |
virtual uint32_t | Hash () OVERRIDE |
virtual uint32_t | HashForObject (Object *key) OVERRIDE |
virtual MUST_USE_RESULT Handle< Object > | AsHandle (Isolate *isolate) OVERRIDE |
![]() | |
virtual | ~HashTableKey () |
Public Attributes | |
String * | string_ |
uint32_t | hash_ |
Definition at line 718 of file serialize.cc.
|
inlineexplicit |
Definition at line 720 of file serialize.cc.
References DCHECK.
|
inlinevirtual |
Implements v8::internal::HashTableKey.
Definition at line 739 of file serialize.cc.
References v8::internal::handle(), and string_.
|
inlinevirtual |
Implements v8::internal::HashTableKey.
Definition at line 733 of file serialize.cc.
References hash_.
Implements v8::internal::HashTableKey.
Definition at line 735 of file serialize.cc.
Referenced by IsMatch().
Implements v8::internal::HashTableKey.
Definition at line 725 of file serialize.cc.
References hash_, HashForObject(), v8::internal::String::SlowEquals(), and string_.
uint32_t v8::internal::StringTableInsertionKey::hash_ |
Definition at line 745 of file serialize.cc.
String* v8::internal::StringTableInsertionKey::string_ |
Definition at line 744 of file serialize.cc.
Referenced by AsHandle(), and IsMatch().