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

#include <ordered-hash-table.h>

Inheritance diagram for v8::internal::OrderedHashSetHandler:
Collaboration diagram for v8::internal::OrderedHashSetHandler:

Static Public Member Functions

static MaybeHandle< HeapObjectAdd (Isolate *isolate, Handle< HeapObject > table, DirectHandle< Object > key)
 
static MaybeHandle< OrderedHashSetAdjustRepresentation (Isolate *isolate, DirectHandle< SmallOrderedHashSet > table)
 

Detailed Description

Definition at line 768 of file ordered-hash-table.h.

Member Function Documentation

◆ Add()

MaybeHandle< HeapObject > v8::internal::OrderedHashSetHandler::Add ( Isolate * isolate,
Handle< HeapObject > table,
DirectHandle< Object > key )
static

Definition at line 1268 of file ordered-hash-table.cc.

Here is the call graph for this function:

◆ AdjustRepresentation()

MaybeHandle< OrderedHashSet > v8::internal::OrderedHashSetHandler::AdjustRepresentation ( Isolate * isolate,
DirectHandle< SmallOrderedHashSet > table )
static

Definition at line 1193 of file ordered-hash-table.cc.

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

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