Node.js
v8.x
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine
|
#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 |
Definition at line 376 of file trace_event.h.
bool as_bool |
Definition at line 377 of file trace_event.h.
double as_double |
Definition at line 380 of file trace_event.h.
int64_t as_int |
Definition at line 379 of file trace_event.h.
const void* as_pointer |
Definition at line 381 of file trace_event.h.
const char* as_string |
Definition at line 382 of file trace_event.h.
uint64_t as_uint |
Definition at line 378 of file trace_event.h.