Bond 0.9
C++ Bond Runtime Library API Documentation
Loading...
Searching...
No Matches
Bond::StackFrame Member List

This is the complete list of members for Bond::StackFrame, including all inherited members.

GetArg(size_t index) constBond::StackFrame
GetCollector()Bond::StackFrameinline
GetCollector() constBond::StackFrameinline
GetVM()Bond::StackFrameinline
GetVM() constBond::StackFrameinline
InvocationStackFrameBond::StackFramefriend
operator=(const StackFrame &other)=deleteBond::StackFrame
SetReturnValue(const ReturnType &returnValue)Bond::StackFrame
StackFrame(VM &vm)Bond::StackFrameinlineexplicit
StackFrame(VM &vm, const Function &function, uint8_t *framePointer, uint8_t *stackPointer, uint8_t *returnPointer)Bond::StackFrameinline
StackFrame(const StackFrame &other)=deleteBond::StackFrame
VMBond::StackFramefriend