MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / pc

Method pc

crates/unwinder/src/stackwalk.rs:72–74  ·  view source on GitHub ↗

Get this frame's program counter.

(&self)

Source from the content-addressed store, hash-verified

70impl Frame {
71 /// Get this frame's program counter.
72 pub fn pc(&self) -> usize {
73 self.pc
74 }
75
76 /// Get this frame's frame pointer.
77 pub fn fp(&self) -> usize {

Callers 6

__cranelift_throwFunction · 0.80
lookup_or_computeMethod · 0.80
lookup_framesFunction · 0.80
from_capturedMethod · 0.80
compute_handlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected