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

#include <v8-tracing.h>

Public Member Functions

 V8_DEPRECATED ("use as_uint ? true : false") bool as_bool
 

Data Fields

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

Detailed Description

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

Member Function Documentation

◆ V8_DEPRECATED()

V8_DEPRECATED ( "use as_uint ? true : false"  )

Field Documentation

◆ as_double

double as_double

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

◆ as_int

int64_t as_int

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

◆ as_pointer

const void* as_pointer

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

◆ as_string

const char* as_string

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

◆ as_uint

uint64_t as_uint

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


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