|
V8 Project
|
Inheritance diagram for v8::internal::StringsKey:
Collaboration diagram for v8::internal::StringsKey: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 |
Public Member Functions inherited from v8::internal::HashTableKey | |
| 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().
Here is the caller graph for this function:Implements v8::internal::HashTableKey.
Definition at line 14859 of file objects.cc.
References v8::internal::FixedArray::get(), and v8::internal::FixedArrayBase::length().
Here is the call graph for this function:Implements v8::internal::HashTableKey.
Definition at line 14847 of file objects.cc.
References v8::internal::FixedArray::get(), and v8::internal::FixedArrayBase::length().
Here is the call graph for this function:
|
private |
Definition at line 14872 of file objects.cc.