![]() |
v8 12.4.254 (node 22.4.1)
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 448 of file v8-script.h.
| int64_t background_time_in_microseconds = kTimeNotMeasured |
Definition at line 454 of file v8-script.h.
| int64_t foreground_time_in_microseconds = kTimeNotMeasured |
Definition at line 453 of file v8-script.h.
| InMemoryCacheResult in_memory_cache_result |
Definition at line 449 of file v8-script.h.
|
staticconstexpr |
Definition at line 452 of file v8-script.h.