V8 Project
|
Public Member Functions | |
StringsKey (Handle< FixedArray > strings) | |
bool | IsMatch (Object *strings) OVERRIDE |
uint32_t | Hash () OVERRIDE |
uint32_t | HashForObject (Object *obj) OVERRIDE |
Handle< Object > | AsHandle (Isolate *isolate) OVERRIDE |
![]() | |
virtual | ~HashTableKey () |
Private Attributes | |
Handle< FixedArray > | strings_ |
Definition at line 14843 of file objects.cc.
|
inlineexplicit |
Definition at line 14845 of file objects.cc.
|
inlinevirtual |
Implements v8::internal::HashTableKey.
Definition at line 14857 of file objects.cc.
Referenced by v8::internal::MapCache::Put().
Implements v8::internal::HashTableKey.
Definition at line 14859 of file objects.cc.
References v8::internal::FixedArray::get(), and v8::internal::FixedArrayBase::length().
Implements v8::internal::HashTableKey.
Definition at line 14847 of file objects.cc.
References v8::internal::FixedArray::get(), and v8::internal::FixedArrayBase::length().
|
private |
Definition at line 14872 of file objects.cc.