V8 Project
v8::internal::HashTableKey Class Referenceabstract

#include <objects.h>

+ Inheritance diagram for v8::internal::HashTableKey:
+ Collaboration diagram for v8::internal::HashTableKey:

Public Member Functions

virtual bool IsMatch (Object *other)=0
 
virtual uint32_t Hash ()=0
 
virtual uint32_t HashForObject (Object *key)=0
 
virtual MUST_USE_RESULT Handle< ObjectAsHandle (Isolate *isolate)=0
 
virtual ~HashTableKey ()
 

Detailed Description

Definition at line 3370 of file objects.h.

Constructor & Destructor Documentation

◆ ~HashTableKey()

virtual v8::internal::HashTableKey::~HashTableKey ( )
inlinevirtual

Definition at line 3381 of file objects.h.

3381 {}

Member Function Documentation

◆ AsHandle()

◆ Hash()

◆ HashForObject()

◆ IsMatch()


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