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

Method enter_scope

cranelift/isle/isle/src/codegen.rs:128–131  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

126 }
127
128 fn enter_scope(&mut self) -> StableSet<BindingId> {
129 let new = self.is_bound.clone();
130 std::mem::replace(&mut self.is_bound, new)
131 }
132
133 fn begin_block(&mut self) -> std::fmt::Result {
134 self.indent.push_str(" ");

Callers 2

emit_block_contentsMethod · 0.45

Calls 2

replaceFunction · 0.50
cloneMethod · 0.45

Tested by

no test coverage detected