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

#include <api.h>

Collaboration diagram for v8::ApiFunction:

Public Member Functions

 ApiFunction (v8::internal::Address addr)
 
v8::internal::Address address ()
 

Private Attributes

v8::internal::Address addr_
 

Detailed Description

Definition at line 69 of file api.h.

Constructor & Destructor Documentation

◆ ApiFunction()

v8::ApiFunction::ApiFunction ( v8::internal::Address addr)
inlineexplicit

Definition at line 71 of file api.h.

Member Function Documentation

◆ address()

v8::internal::Address v8::ApiFunction::address ( )
inline

Definition at line 72 of file api.h.

Here is the caller graph for this function:

Member Data Documentation

◆ addr_

v8::internal::Address v8::ApiFunction::addr_
private

Definition at line 75 of file api.h.


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