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

#include <async-hooks-wrapper.h>

Collaboration diagram for v8::AsyncContext:

Public Attributes

async_id_t execution_async_id
 
async_id_t trigger_async_id
 

Detailed Description

Definition at line 24 of file async-hooks-wrapper.h.

Member Data Documentation

◆ execution_async_id

async_id_t v8::AsyncContext::execution_async_id

Definition at line 25 of file async-hooks-wrapper.h.

◆ trigger_async_id

async_id_t v8::AsyncContext::trigger_async_id

Definition at line 26 of file async-hooks-wrapper.h.


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