Bond 0.9
C++ Bond Runtime Library API Documentation
|
This is the complete list of members for Bond::StackFrame, including all inherited members.
GetArg(size_t index) const | Bond::StackFrame | |
GetCollector() | Bond::StackFrame | inline |
GetCollector() const | Bond::StackFrame | inline |
GetVM() | Bond::StackFrame | inline |
GetVM() const | Bond::StackFrame | inline |
InvocationStackFrame | Bond::StackFrame | friend |
operator=(const StackFrame &other)=delete | Bond::StackFrame | |
SetReturnValue(const ReturnType &returnValue) | Bond::StackFrame | |
StackFrame(VM &vm) | Bond::StackFrame | inlineexplicit |
StackFrame(VM &vm, const Function &function, uint8_t *framePointer, uint8_t *stackPointer, uint8_t *returnPointer) | Bond::StackFrame | inline |
StackFrame(const StackFrame &other)=delete | Bond::StackFrame | |
VM | Bond::StackFrame | friend |