Struct gluon_vm::thread::StackInfo [] [src]

pub struct StackInfo<'a> { /* fields omitted */ }

Methods

impl<'a> StackInfo<'a>
[src]

Returns the line which create the current instruction of this frame

Returns the name of the source which defined the funtion executing at this frame

Returns the name of the function executing at this frame

Returns an iterator over all locals available at the current executing instruction

Returns a slice with information about the values bound to this closure