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

Method VisitScriptModule

src/resolve-names.cc:639–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637}
638
639void NameResolver::VisitScriptModule(ScriptModule* script_module) {
640 if (auto* tsm = dyn_cast<TextScriptModule>(script_module)) {
641 VisitModule(&tsm->module);
642 }
643}
644
645void NameResolver::VisitCommand(Command* command) {
646 switch (command->type) {

Callers 1

VisitCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected