V8 Project
|
#include <objects-inl.h>
Public Member Functions | |
TwoByteStringKey (Vector< const uc16 > str, uint32_t seed) | |
virtual bool | IsMatch (Object *string) OVERRIDE |
virtual Handle< Object > | AsHandle (Isolate *isolate) OVERRIDE |
![]() | |
SequentialStringKey (Vector< const uc16 > string, uint32_t seed) | |
virtual uint32_t | Hash () OVERRIDE |
virtual uint32_t | HashForObject (Object *other) OVERRIDE |
![]() | |
virtual | ~HashTableKey () |
Additional Inherited Members | |
![]() | |
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().
Implements v8::internal::HashTableKey.
Definition at line 576 of file objects-inl.h.
References v8::internal::SequentialStringKey< uc16 >::string_.