V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::ObjectHashTableShape Class Reference
Inheritance diagram for v8::internal::ObjectHashTableShape:
v8::internal::BaseShape< Handle< Object > > v8::internal::EphemeronHashTableShape v8::internal::ObjectHashSetShape

Static Public Member Functions

static bool IsMatch (Handle< Object > key, Object *other)
 
static uint32_t Hash (Isolate *isolate, Handle< Object > key)
 
static uint32_t HashForObject (Isolate *isolate, Object *object)
 
static Handle< ObjectAsHandle (Handle< Object > key)
 
- Static Public Member Functions inherited from v8::internal::BaseShape< Handle< Object > >
static RootIndex GetMapRootIndex ()
 
static ObjectUnwrap (Object *key)
 
static bool IsKey (ReadOnlyRoots roots, Object *key)
 
static bool IsLive (ReadOnlyRoots roots, Object *key)
 

Static Public Attributes

static const int kPrefixSize = 0
 
static const int kEntryValueIndex = 1
 
static const int kEntrySize = 2
 
static const bool kNeedsHoleCheck = false
 
- Static Public Attributes inherited from v8::internal::BaseShape< Handle< Object > >
static const bool kNeedsHoleCheck
 

Additional Inherited Members

- Public Types inherited from v8::internal::BaseShape< Handle< Object > >
typedef Handle< ObjectKey
 

Detailed Description

Definition at line 264 of file hash-table.h.


The documentation for this class was generated from the following files: