V8 Project
v8::internal::StringTableShape Class Reference

#include <objects.h>

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

Static Public Member Functions

static bool IsMatch (HashTableKey *key, Object *value)
 
static uint32_t Hash (HashTableKey *key)
 
static uint32_t HashForObject (HashTableKey *key, Object *object)
 
static Handle< ObjectAsHandle (Isolate *isolate, HashTableKey *key)
 
- Static Public Member Functions inherited from v8::internal::BaseShape< HashTableKey * >
static uint32_t Hash (HashTableKey * key)
 
static uint32_t SeededHash (HashTableKey * key, uint32_t seed)
 
static uint32_t HashForObject (HashTableKey * key, Object *object)
 
static uint32_t SeededHashForObject (HashTableKey * key, uint32_t seed, Object *object)
 

Static Public Attributes

static const int kPrefixSize = 0
 
static const int kEntrySize = 1
 
- Static Public Attributes inherited from v8::internal::BaseShape< HashTableKey * >
static const bool UsesSeed
 

Detailed Description

Definition at line 3385 of file objects.h.

Member Function Documentation

◆ AsHandle()

Handle< Object > v8::internal::StringTableShape::AsHandle ( Isolate isolate,
HashTableKey key 
)
inlinestatic

Definition at line 477 of file objects-inl.h.

477  {
478  return key->AsHandle(isolate);
479 }

References v8::internal::HashTableKey::AsHandle().

+ Here is the call graph for this function:

◆ Hash()

static uint32_t v8::internal::StringTableShape::Hash ( HashTableKey key)
inlinestatic

Definition at line 3391 of file objects.h.

3391  {
3392  return key->Hash();
3393  }

References v8::internal::HashTableKey::Hash().

+ Here is the call graph for this function:

◆ HashForObject()

static uint32_t v8::internal::StringTableShape::HashForObject ( HashTableKey key,
Object object 
)
inlinestatic

Definition at line 3395 of file objects.h.

3395  {
3396  return key->HashForObject(object);
3397  }

References v8::internal::HashTableKey::HashForObject().

+ Here is the call graph for this function:

◆ IsMatch()

static bool v8::internal::StringTableShape::IsMatch ( HashTableKey key,
Object value 
)
inlinestatic

Definition at line 3387 of file objects.h.

3387  {
3388  return key->IsMatch(value);
3389  }

References v8::internal::HashTableKey::IsMatch(), and v8::internal::Smi::value().

+ Here is the call graph for this function:

Member Data Documentation

◆ kEntrySize

const int v8::internal::StringTableShape::kEntrySize = 1
static

Definition at line 3402 of file objects.h.

◆ kPrefixSize

const int v8::internal::StringTableShape::kPrefixSize = 0
static

Definition at line 3401 of file objects.h.


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