![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-script.h>
Public Attributes | |
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 v8::ScriptCompiler::CompilationDetails::background_time_in_microseconds = kTimeNotMeasured |
Definition at line 486 of file v8-script.h.
int64_t v8::ScriptCompiler::CompilationDetails::foreground_time_in_microseconds = kTimeNotMeasured |
Definition at line 485 of file v8-script.h.
InMemoryCacheResult v8::ScriptCompiler::CompilationDetails::in_memory_cache_result |
Definition at line 481 of file v8-script.h.
|
staticconstexpr |
Definition at line 484 of file v8-script.h.