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

#include <common-operator.h>

Inheritance diagram for v8::internal::compiler::ObjectStateInfo:
Collaboration diagram for v8::internal::compiler::ObjectStateInfo:

Public Member Functions

 ObjectStateInfo (uint32_t object_id, int size)
 
uint32_t object_id () const
 
int size () const
 

Detailed Description

Definition at line 226 of file common-operator.h.

Constructor & Destructor Documentation

◆ ObjectStateInfo()

v8::internal::compiler::ObjectStateInfo::ObjectStateInfo ( uint32_t object_id,
int size )
inline

Definition at line 227 of file common-operator.h.

Member Function Documentation

◆ object_id()

uint32_t v8::internal::compiler::ObjectStateInfo::object_id ( ) const
inline

Definition at line 229 of file common-operator.h.

Here is the caller graph for this function:

◆ size()

int v8::internal::compiler::ObjectStateInfo::size ( ) const
inline

Definition at line 230 of file common-operator.h.

Here is the caller graph for this function:

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