v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::SimpleNumberDictionary Class Reference

#include <dictionary.h>

Inheritance diagram for v8::internal::SimpleNumberDictionary:
Collaboration diagram for v8::internal::SimpleNumberDictionary:

Static Public Member Functions

static DirectHandle< MapGetMap (RootsTable &roots)
 
V8_EXPORT_PRIVATE static V8_WARN_UNUSED_RESULT Handle< SimpleNumberDictionarySet (Isolate *isolate, Handle< SimpleNumberDictionary > dictionary, uint32_t key, DirectHandle< Object > value)
 

Static Public Attributes

static const int kEntryValueIndex = 1
 

Detailed Description

Definition at line 368 of file dictionary.h.

Member Function Documentation

◆ GetMap()

DirectHandle< Map > v8::internal::SimpleNumberDictionary::GetMap ( RootsTable & roots)
inlinestatic

Definition at line 318 of file dictionary-inl.h.

◆ Set()

Handle< SimpleNumberDictionary > v8::internal::SimpleNumberDictionary::Set ( Isolate * isolate,
Handle< SimpleNumberDictionary > dictionary,
uint32_t key,
DirectHandle< Object > value )
static

Definition at line 5852 of file objects.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ kEntryValueIndex

const int v8::internal::SimpleNumberDictionary::kEntryValueIndex = 1
static

Definition at line 378 of file dictionary.h.


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