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

#include <utils.h>

Collaboration diagram for v8::internal::torque::BottomOffset:

Public Member Functions

BottomOffsetoperator= (std::size_t other_offset)
 
BottomOffsetoperator++ ()
 
BottomOffset operator+ (size_t x) const
 
BottomOffset operator- (size_t x) const
 
bool operator< (const BottomOffset &other) const
 
bool operator<= (const BottomOffset &other) const
 
bool operator== (const BottomOffset &other) const
 
bool operator!= (const BottomOffset &other) const
 

Public Attributes

size_t offset
 

Detailed Description

Definition at line 172 of file utils.h.

Member Function Documentation

◆ operator!=()

bool v8::internal::torque::BottomOffset::operator!= ( const BottomOffset & other) const
inline

Definition at line 197 of file utils.h.

◆ operator+()

BottomOffset v8::internal::torque::BottomOffset::operator+ ( size_t x) const
inline

Definition at line 183 of file utils.h.

◆ operator++()

BottomOffset & v8::internal::torque::BottomOffset::operator++ ( )
inline

Definition at line 179 of file utils.h.

◆ operator-()

BottomOffset v8::internal::torque::BottomOffset::operator- ( size_t x) const
inline

Definition at line 184 of file utils.h.

◆ operator<()

bool v8::internal::torque::BottomOffset::operator< ( const BottomOffset & other) const
inline

Definition at line 188 of file utils.h.

◆ operator<=()

bool v8::internal::torque::BottomOffset::operator<= ( const BottomOffset & other) const
inline

Definition at line 191 of file utils.h.

◆ operator=()

BottomOffset & v8::internal::torque::BottomOffset::operator= ( std::size_t other_offset)
inline

Definition at line 175 of file utils.h.

◆ operator==()

bool v8::internal::torque::BottomOffset::operator== ( const BottomOffset & other) const
inline

Definition at line 194 of file utils.h.

Member Data Documentation

◆ offset

size_t v8::internal::torque::BottomOffset::offset

Definition at line 173 of file utils.h.


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