Node.js  v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
TraceValueUnion Union Reference

#include <trace_event.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 376 of file trace_event.h.

Field Documentation

◆ as_bool

bool as_bool

Definition at line 377 of file trace_event.h.

◆ as_double

double as_double

Definition at line 380 of file trace_event.h.

◆ as_int

int64_t as_int

Definition at line 379 of file trace_event.h.

◆ as_pointer

const void* as_pointer

Definition at line 381 of file trace_event.h.

◆ as_string

const char* as_string

Definition at line 382 of file trace_event.h.

◆ as_uint

uint64_t as_uint

Definition at line 378 of file trace_event.h.


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