v8  7.9.317 (node 13.2.0)
V8 is Google's open source JavaScript engine
TraceObject::ArgValue Union Reference

#include <v8-tracing.h>

Data Fields

bool as_bool
 
uint64_t as_uint
 
int64_t as_int
 
double as_double
 
const void * as_pointer
 
const char * as_string
 

Detailed Description

Definition at line 37 of file v8-tracing.h.

Field Documentation

◆ as_bool

bool as_bool

Definition at line 38 of file v8-tracing.h.

◆ as_double

double as_double

Definition at line 41 of file v8-tracing.h.

◆ as_int

int64_t as_int

Definition at line 40 of file v8-tracing.h.

◆ as_pointer

const void* as_pointer

Definition at line 42 of file v8-tracing.h.

◆ as_string

const char* as_string

Definition at line 43 of file v8-tracing.h.

◆ as_uint

uint64_t as_uint

Definition at line 39 of file v8-tracing.h.


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