MCPcopy Create free account
hub / github.com/WebAssembly/wabt / UnsafeSet

Method UnsafeSet

src/interp/interp.cc:813–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811}
812
813void Global::UnsafeSet(Value value) {
814 value_ = value;
815}
816
817//// Tag ////
818Tag::Tag(Store&, TagType type) : Extern(skind), type_(type) {}

Callers 2

StepInternalMethod · 0.80
wasm_global_setFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected