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

#include <js-collection.h>

Inheritance diagram for v8::internal::JSMap:
Collaboration diagram for v8::internal::JSMap:

Public Member Functions

void Rehash (Isolate *isolate)
 

Static Public Member Functions

static void Initialize (DirectHandle< JSMap > map, Isolate *isolate)
 
static void Clear (Isolate *isolate, DirectHandle< JSMap > map)
 

Detailed Description

Definition at line 56 of file js-collection.h.

Member Function Documentation

◆ Clear()

void v8::internal::JSMap::Clear ( Isolate * isolate,
DirectHandle< JSMap > map )
static

Definition at line 6294 of file objects.cc.

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

◆ Initialize()

void v8::internal::JSMap::Initialize ( DirectHandle< JSMap > map,
Isolate * isolate )
static

Definition at line 6289 of file objects.cc.

Here is the caller graph for this function:

◆ Rehash()

void v8::internal::JSMap::Rehash ( Isolate * isolate)

Definition at line 6300 of file objects.cc.

Here is the call graph for this function:

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