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

#include <map.h>

Collaboration diagram for v8::internal::Map::FieldCounts:

Public Member Functions

 FieldCounts (int mutable_count, int const_count)
 
int GetTotal () const
 
int mutable_count () const
 
int const_count () const
 

Private Attributes

int mutable_count_
 
int const_count_
 

Detailed Description

Definition at line 532 of file map.h.

Constructor & Destructor Documentation

◆ FieldCounts()

v8::internal::Map::FieldCounts::FieldCounts ( int mutable_count,
int const_count )
inline

Definition at line 534 of file map.h.

Member Function Documentation

◆ const_count()

int v8::internal::Map::FieldCounts::const_count ( ) const
inline

Definition at line 540 of file map.h.

◆ GetTotal()

int v8::internal::Map::FieldCounts::GetTotal ( ) const
inline

Definition at line 537 of file map.h.

◆ mutable_count()

int v8::internal::Map::FieldCounts::mutable_count ( ) const
inline

Definition at line 539 of file map.h.

Member Data Documentation

◆ const_count_

int v8::internal::Map::FieldCounts::const_count_
private

Definition at line 544 of file map.h.

◆ mutable_count_

int v8::internal::Map::FieldCounts::mutable_count_
private

Definition at line 543 of file map.h.


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