webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
JSC::Profiler::Bytecode Class Reference

#include <ProfilerBytecode.h>

Public Member Functions

 Bytecode ()
 
 Bytecode (unsigned bytecodeIndex, OpcodeID opcodeID, const CString &description)
 
unsigned bytecodeIndex () const
 
OpcodeID opcodeID () const
 
const CString & description () const
 
JSValue toJS (ExecState *) const
 
 Bytecode ()
 
 Bytecode (unsigned bytecodeIndex, OpcodeID opcodeID, const CString &description)
 
unsigned bytecodeIndex () const
 
OpcodeID opcodeID () const
 
const CString & description () const
 
JSValue toJS (ExecState *) const
 

Constructor & Destructor Documentation

◆ Bytecode() [1/4]

JSC::Profiler::Bytecode::Bytecode ( )
inline

◆ Bytecode() [2/4]

JSC::Profiler::Bytecode::Bytecode ( unsigned  bytecodeIndex,
OpcodeID  opcodeID,
const CString &  description 
)
inline

◆ Bytecode() [3/4]

JSC::Profiler::Bytecode::Bytecode ( )
inline

◆ Bytecode() [4/4]

JSC::Profiler::Bytecode::Bytecode ( unsigned  bytecodeIndex,
OpcodeID  opcodeID,
const CString &  description 
)
inline

Member Function Documentation

◆ bytecodeIndex() [1/2]

unsigned JSC::Profiler::Bytecode::bytecodeIndex ( ) const
inline

◆ bytecodeIndex() [2/2]

unsigned JSC::Profiler::Bytecode::bytecodeIndex ( ) const
inline

◆ description() [1/2]

const CString& JSC::Profiler::Bytecode::description ( ) const
inline

◆ description() [2/2]

const CString& JSC::Profiler::Bytecode::description ( ) const
inline

◆ opcodeID() [1/2]

OpcodeID JSC::Profiler::Bytecode::opcodeID ( ) const
inline

◆ opcodeID() [2/2]

OpcodeID JSC::Profiler::Bytecode::opcodeID ( ) const
inline

◆ toJS() [1/2]

JSValue JSC::Profiler::Bytecode::toJS ( ExecState exec) const

◆ toJS() [2/2]

JSValue JSC::Profiler::Bytecode::toJS ( ExecState ) const

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