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

Public Member Functions

 JSObjectFieldStats ()
 

Public Attributes

unsigned embedded_fields_count_: kDescriptorIndexBitCount
 
unsigned smi_fields_count_: kDescriptorIndexBitCount
 

Detailed Description

Definition at line 126 of file object-stats.cc.

Constructor & Destructor Documentation

◆ JSObjectFieldStats()

v8::internal::FieldStatsCollector::JSObjectFieldStats::JSObjectFieldStats ( )
inline

Definition at line 127 of file object-stats.cc.

Member Data Documentation

◆ embedded_fields_count_

unsigned v8::internal::FieldStatsCollector::JSObjectFieldStats::embedded_fields_count_

Definition at line 129 of file object-stats.cc.

◆ smi_fields_count_

unsigned v8::internal::FieldStatsCollector::JSObjectFieldStats::smi_fields_count_

Definition at line 130 of file object-stats.cc.


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