v8  6.2.414 (node 9.11.2)
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 29 of file v8-tracing.h.

Field Documentation

◆ as_bool

bool as_bool

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

◆ as_double

double as_double

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

◆ as_int

int64_t as_int

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

◆ as_pointer

const void* as_pointer

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

◆ as_string

const char* as_string

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

◆ as_uint

uint64_t as_uint

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


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