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

#include <compilation-statistics.h>

Collaboration diagram for v8::internal::AsPrintableStatistics:

Public Attributes

const char * compiler
 
CompilationStatisticss
 
const bool machine_output
 

Detailed Description

Definition at line 21 of file compilation-statistics.h.

Member Data Documentation

◆ compiler

const char* v8::internal::AsPrintableStatistics::compiler

Definition at line 22 of file compilation-statistics.h.

◆ machine_output

const bool v8::internal::AsPrintableStatistics::machine_output

Definition at line 24 of file compilation-statistics.h.

◆ s

CompilationStatistics& v8::internal::AsPrintableStatistics::s

Definition at line 23 of file compilation-statistics.h.


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