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

Method extend

winch/codegen/src/stack.rs:358–360  ·  view source on GitHub ↗

Extend the stack with the given elements.

(&mut self, values: impl IntoIterator<Item = Val>)

Source from the content-addressed store, hash-verified

356
357 /// Extend the stack with the given elements.
358 pub fn extend(&mut self, values: impl IntoIterator<Item = Val>) {
359 self.inner.extend(values);
360 }
361
362 /// Inserts many values at the given index.
363 pub fn insert_many(&mut self, at: usize, values: &[Val]) {

Callers 14

encodeMethod · 0.45
visit_i32_extend8_sMethod · 0.45
visit_i32_extend16_sMethod · 0.45
visit_i64_extend8_sMethod · 0.45
visit_i64_extend16_sMethod · 0.45
visit_i64_extend32_sMethod · 0.45
visit_ref_funcMethod · 0.45
newMethod · 0.45
test_dwarf_simpleFunction · 0.45
write_static_api_testsFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_dwarf_simpleFunction · 0.36