![]() |
v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
|
#include <v8-script.h>
Data Fields | |
InMemoryCacheResult | in_memory_cache_result |
int64_t | foreground_time_in_microseconds = kTimeNotMeasured |
int64_t | background_time_in_microseconds = kTimeNotMeasured |
Static Public Attributes | |
static constexpr int64_t | kTimeNotMeasured = -1 |
Definition at line 480 of file v8-script.h.
int64_t background_time_in_microseconds = kTimeNotMeasured |
Definition at line 486 of file v8-script.h.
int64_t foreground_time_in_microseconds = kTimeNotMeasured |
Definition at line 485 of file v8-script.h.
InMemoryCacheResult in_memory_cache_result |
Definition at line 481 of file v8-script.h.
|
staticconstexpr |
Definition at line 484 of file v8-script.h.