#include <objects.h>
Definition at line 3608 of file objects.h.
◆ AsHandle()
◆ Hash()
◆ HashForObject()
Definition at line 6871 of file objects-inl.h.
6872 return Name::cast(other)->Hash();
◆ IsMatch()
Definition at line 6858 of file objects-inl.h.
6861 if (key->Hash() != Name::cast(other)->Hash())
return false;
6862 return key->Equals(Name::cast(other));
◆ kEntrySize
const int v8::internal::NameDictionaryShape::kEntrySize = 3 |
|
static |
◆ kIsEnumerable
const bool v8::internal::NameDictionaryShape::kIsEnumerable = true |
|
static |
◆ kPrefixSize
const int v8::internal::NameDictionaryShape::kPrefixSize = 2 |
|
static |
The documentation for this class was generated from the following files: