Searched defs:frame_stack (Results 1 – 2 of 2) sorted by relevance
107 async fn frame_stack(&mut self, frame: FrameHandle) -> Result<Vec<WasmValue>>; in frame_stack() method528 async fn frame_stack(&mut self, frame: FrameHandle) -> Result<Vec<WasmValue>> { in frame_stack() method
201 pub frame_stack: Vec<Frame<'a>>, field