v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::ScriptCompiler::CompilationDetails Struct Reference

#include <v8-script.h>

Collaboration diagram for v8::ScriptCompiler::CompilationDetails:

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
 

Detailed Description

Definition at line 480 of file v8-script.h.

Member Data Documentation

◆ background_time_in_microseconds

int64_t v8::ScriptCompiler::CompilationDetails::background_time_in_microseconds = kTimeNotMeasured

Definition at line 486 of file v8-script.h.

◆ foreground_time_in_microseconds

int64_t v8::ScriptCompiler::CompilationDetails::foreground_time_in_microseconds = kTimeNotMeasured

Definition at line 485 of file v8-script.h.

◆ in_memory_cache_result

InMemoryCacheResult v8::ScriptCompiler::CompilationDetails::in_memory_cache_result

◆ kTimeNotMeasured

int64_t v8::ScriptCompiler::CompilationDetails::kTimeNotMeasured = -1
staticconstexpr

Definition at line 484 of file v8-script.h.


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