v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
ScriptCompiler::CompilationDetails Struct Reference

#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
 

Detailed Description

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

Field Documentation

◆ background_time_in_microseconds

int64_t background_time_in_microseconds = kTimeNotMeasured

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

◆ foreground_time_in_microseconds

int64_t foreground_time_in_microseconds = kTimeNotMeasured

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

◆ in_memory_cache_result

InMemoryCacheResult in_memory_cache_result

◆ kTimeNotMeasured

int64_t kTimeNotMeasured = -1
staticconstexpr

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


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