webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
JSC::BytecodeRewriter::InsertionPoint Struct Reference

#include <BytecodeRewriter.h>

Public Member Functions

 InsertionPoint (int offset, Position pos)
 
bool operator< (const InsertionPoint &other) const
 
bool operator== (const InsertionPoint &other) const
 
 InsertionPoint (int offset, Position pos)
 
bool operator< (const InsertionPoint &other) const
 
bool operator== (const InsertionPoint &other) const
 

Public Attributes

int bytecodeOffset
 
Position position
 

Constructor & Destructor Documentation

◆ InsertionPoint() [1/2]

JSC::BytecodeRewriter::InsertionPoint::InsertionPoint ( int  offset,
Position  pos 
)
inline

◆ InsertionPoint() [2/2]

JSC::BytecodeRewriter::InsertionPoint::InsertionPoint ( int  offset,
Position  pos 
)
inline

Member Function Documentation

◆ operator<() [1/2]

bool JSC::BytecodeRewriter::InsertionPoint::operator< ( const InsertionPoint other) const
inline

◆ operator<() [2/2]

bool JSC::BytecodeRewriter::InsertionPoint::operator< ( const InsertionPoint other) const
inline

◆ operator==() [1/2]

bool JSC::BytecodeRewriter::InsertionPoint::operator== ( const InsertionPoint other) const
inline

◆ operator==() [2/2]

bool JSC::BytecodeRewriter::InsertionPoint::operator== ( const InsertionPoint other) const
inline

Member Data Documentation

◆ bytecodeOffset

int JSC::BytecodeRewriter::InsertionPoint::bytecodeOffset

◆ position

Position JSC::BytecodeRewriter::InsertionPoint::position

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