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

Method pop

winch/codegen/src/stack.rs:399–401  ·  view source on GitHub ↗

Pops the top element of the stack, if any.

(&mut self)

Source from the content-addressed store, hash-verified

397
398 /// Pops the top element of the stack, if any.
399 pub fn pop(&mut self) -> Option<Val> {
400 self.inner.pop()
401 }
402
403 /// Pops the element at the top of the stack if it is an i32 const;
404 /// returns `None` otherwise.

Callers 14

find_repo_rootFunction · 0.45
pop_i32_constMethod · 0.45
pop_i64_constMethod · 0.45
pop_f32_constMethod · 0.45
pop_f64_constMethod · 0.45
pop_regMethod · 0.45
pop_named_regMethod · 0.45
test_pop_regFunction · 0.45
test_pop_named_regFunction · 0.45
call_hookMethod · 0.45
test_recurseFunction · 0.45
gdb_with_scriptFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_pop_regFunction · 0.36
test_pop_named_regFunction · 0.36
test_recurseFunction · 0.36