|
V8 Project
|
Inheritance diagram for v8::internal::StringTableInsertionKey:
Collaboration diagram for v8::internal::StringTableInsertionKey: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 |
Public Member Functions inherited from v8::internal::HashTableKey | |
| 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_.
Here is the call graph for this function:
|
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().
Here is the caller graph for this function:Implements v8::internal::HashTableKey.
Definition at line 725 of file serialize.cc.
References hash_, HashForObject(), v8::internal::String::SlowEquals(), and string_.
Here is the call graph for this function:| 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().