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

#include <api-arguments.h>

Inheritance diagram for v8::internal::CustomArgumentsBase:
Collaboration diagram for v8::internal::CustomArgumentsBase:

Protected Member Functions

 CustomArgumentsBase (Isolate *isolate)
 

Additional Inherited Members

- Public Member Functions inherited from v8::internal::Relocatable
 Relocatable (Isolate *isolate)
 
virtual ~Relocatable ()
 
virtual void IterateInstance (RootVisitor *v)
 
virtual void PostGarbageCollection ()
 
- Static Public Member Functions inherited from v8::internal::Relocatable
static void PostGarbageCollectionProcessing (Isolate *isolate)
 
static int ArchiveSpacePerThread ()
 
static char * ArchiveState (Isolate *isolate, char *to)
 
static char * RestoreState (Isolate *isolate, char *from)
 
static void Iterate (Isolate *isolate, RootVisitor *v)
 
static void Iterate (RootVisitor *v, Relocatable *top)
 
static char * Iterate (RootVisitor *v, char *t)
 

Detailed Description

Definition at line 20 of file api-arguments.h.

Constructor & Destructor Documentation

◆ CustomArgumentsBase()

v8::internal::CustomArgumentsBase::CustomArgumentsBase ( Isolate * isolate)
inlineexplicitprotected

Definition at line 22 of file api-arguments-inl.h.


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