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

#include <string-set.h>

Inheritance diagram for v8::internal::StringSet:
Collaboration diagram for v8::internal::StringSet:

Public Member Functions

V8_EXPORT_PRIVATE bool Has (Isolate *isolate, DirectHandle< String > name)
 

Static Public Member Functions

static V8_EXPORT_PRIVATE Handle< StringSetNew (Isolate *isolate)
 
static V8_EXPORT_PRIVATE Handle< StringSetAdd (Isolate *isolate, Handle< StringSet > stringset, DirectHandle< String > name)
 

Detailed Description

Definition at line 32 of file string-set.h.

Member Function Documentation

◆ Add()

Handle< StringSet > v8::internal::StringSet::Add ( Isolate * isolate,
Handle< StringSet > stringset,
DirectHandle< String > name )
static

Definition at line 5619 of file objects.cc.

Here is the caller graph for this function:

◆ Has()

bool v8::internal::StringSet::Has ( Isolate * isolate,
DirectHandle< String > name )

Definition at line 5631 of file objects.cc.

◆ New()

Handle< StringSet > v8::internal::StringSet::New ( Isolate * isolate)
static

Definition at line 5615 of file objects.cc.

Here is the caller graph for this function:

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