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

#include <ic-stats.h>

Collaboration diagram for v8::internal::ICInfo:

Public Member Functions

 ICInfo ()
 
void Reset ()
 
void AppendToTracedValue (v8::tracing::TracedValue *value) const
 

Public Attributes

std::string type
 
const char * function_name
 
int script_offset
 
const char * script_name
 
int line_num
 
int column_num
 
bool is_constructor
 
bool is_optimized
 
std::string state
 
void * map
 
bool is_dictionary_map
 
unsigned number_of_own_descriptors
 
std::string instance_type
 

Detailed Description

Definition at line 31 of file ic-stats.h.

Constructor & Destructor Documentation

◆ ICInfo()

v8::internal::ICInfo::ICInfo ( )

Definition at line 88 of file ic-stats.cc.

Member Function Documentation

◆ AppendToTracedValue()

void v8::internal::ICInfo::AppendToTracedValue ( v8::tracing::TracedValue * value) const

Definition at line 116 of file ic-stats.cc.

◆ Reset()

void v8::internal::ICInfo::Reset ( )

Definition at line 100 of file ic-stats.cc.

Member Data Documentation

◆ column_num

int v8::internal::ICInfo::column_num

Definition at line 40 of file ic-stats.h.

◆ function_name

const char* v8::internal::ICInfo::function_name

Definition at line 36 of file ic-stats.h.

◆ instance_type

std::string v8::internal::ICInfo::instance_type

Definition at line 50 of file ic-stats.h.

◆ is_constructor

bool v8::internal::ICInfo::is_constructor

Definition at line 41 of file ic-stats.h.

◆ is_dictionary_map

bool v8::internal::ICInfo::is_dictionary_map

Definition at line 47 of file ic-stats.h.

◆ is_optimized

bool v8::internal::ICInfo::is_optimized

Definition at line 42 of file ic-stats.h.

◆ line_num

int v8::internal::ICInfo::line_num

Definition at line 39 of file ic-stats.h.

◆ map

void* v8::internal::ICInfo::map

Definition at line 45 of file ic-stats.h.

◆ number_of_own_descriptors

unsigned v8::internal::ICInfo::number_of_own_descriptors

Definition at line 49 of file ic-stats.h.

◆ script_name

const char* v8::internal::ICInfo::script_name

Definition at line 38 of file ic-stats.h.

◆ script_offset

int v8::internal::ICInfo::script_offset

Definition at line 37 of file ic-stats.h.

◆ state

std::string v8::internal::ICInfo::state

Definition at line 43 of file ic-stats.h.

◆ type

std::string v8::internal::ICInfo::type

Definition at line 35 of file ic-stats.h.


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