|
V8 Project
|
#include <objects-inl.h>
Inheritance diagram for v8::internal::TwoByteStringKey:
Collaboration diagram for v8::internal::TwoByteStringKey:Public Member Functions | |
| TwoByteStringKey (Vector< const uc16 > str, uint32_t seed) | |
| virtual bool | IsMatch (Object *string) OVERRIDE |
| virtual Handle< Object > | AsHandle (Isolate *isolate) OVERRIDE |
Public Member Functions inherited from v8::internal::SequentialStringKey< uc16 > | |
| SequentialStringKey (Vector< const uc16 > string, uint32_t seed) | |
| virtual uint32_t | Hash () OVERRIDE |
| virtual uint32_t | HashForObject (Object *other) OVERRIDE |
Public Member Functions inherited from v8::internal::HashTableKey | |
| virtual | ~HashTableKey () |
Additional Inherited Members | |
Public Attributes inherited from v8::internal::SequentialStringKey< uc16 > | |
| Vector< const uc16 > | string_ |
| uint32_t | hash_field_ |
| uint32_t | seed_ |
Definition at line 571 of file objects-inl.h.
|
inlineexplicit |
Definition at line 573 of file objects-inl.h.
Implements v8::internal::HashTableKey.
Definition at line 13683 of file objects.cc.
References v8::internal::Isolate::factory(), and v8::internal::Hash().
Here is the call graph for this function:Implements v8::internal::HashTableKey.
Definition at line 576 of file objects-inl.h.
References v8::internal::SequentialStringKey< uc16 >::string_.