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

#include <preparser-logger.h>

Collaboration diagram for v8::internal::PreParserLogger:

Public Member Functions

 PreParserLogger ()
 
void LogFunction (int end, int num_parameters, int function_length, int num_inner_infos)
 
int end () const
 
int num_parameters () const
 
int function_length () const
 
int num_inner_infos () const
 

Private Attributes

int end_
 
int num_parameters_
 
int function_length_
 
int num_inner_infos_
 

Detailed Description

Definition at line 11 of file preparser-logger.h.

Constructor & Destructor Documentation

◆ PreParserLogger()

v8::internal::PreParserLogger::PreParserLogger ( )
inline

Definition at line 13 of file preparser-logger.h.

Member Function Documentation

◆ end()

int v8::internal::PreParserLogger::end ( ) const
inline

Definition at line 27 of file preparser-logger.h.

Here is the caller graph for this function:

◆ function_length()

int v8::internal::PreParserLogger::function_length ( ) const
inline

Definition at line 29 of file preparser-logger.h.

Here is the caller graph for this function:

◆ LogFunction()

void v8::internal::PreParserLogger::LogFunction ( int end,
int num_parameters,
int function_length,
int num_inner_infos )
inline

Definition at line 19 of file preparser-logger.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ num_inner_infos()

int v8::internal::PreParserLogger::num_inner_infos ( ) const
inline

Definition at line 30 of file preparser-logger.h.

Here is the caller graph for this function:

◆ num_parameters()

int v8::internal::PreParserLogger::num_parameters ( ) const
inline

Definition at line 28 of file preparser-logger.h.

Here is the caller graph for this function:

Member Data Documentation

◆ end_

int v8::internal::PreParserLogger::end_
private

Definition at line 33 of file preparser-logger.h.

◆ function_length_

int v8::internal::PreParserLogger::function_length_
private

Definition at line 36 of file preparser-logger.h.

◆ num_inner_infos_

int v8::internal::PreParserLogger::num_inner_infos_
private

Definition at line 37 of file preparser-logger.h.

◆ num_parameters_

int v8::internal::PreParserLogger::num_parameters_
private

Definition at line 35 of file preparser-logger.h.


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