v8 12.4.254 (node 22.4.1)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
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 448 of file v8-script.h.

Field Documentation

◆ background_time_in_microseconds

int64_t background_time_in_microseconds = kTimeNotMeasured

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

◆ foreground_time_in_microseconds

int64_t foreground_time_in_microseconds = kTimeNotMeasured

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

◆ in_memory_cache_result

InMemoryCacheResult in_memory_cache_result

◆ kTimeNotMeasured

constexpr int64_t kTimeNotMeasured = -1
staticconstexpr

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


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