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

Method increment_depth

cranelift/codegen/src/scoped_hash_map.rs:197–199  ·  view source on GitHub ↗

Enter a new scope.

(&mut self)

Source from the content-addressed store, hash-verified

195
196 /// Enter a new scope.
197 pub fn increment_depth(&mut self) {
198 self.generation_by_depth.push(self.generation);
199 }
200
201 /// Exit the current scope.
202 pub fn decrement_depth(&mut self) {

Callers 4

basicFunction · 0.80
insert_arbitrary_depthFunction · 0.80
elaborate_domtreeMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by 2

basicFunction · 0.64
insert_arbitrary_depthFunction · 0.64