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

Method VisitScript

src/resolve-names.cc:692–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690}
691
692Result NameResolver::VisitScript(Script* script) {
693 for (const std::unique_ptr<Command>& command : script->commands)
694 VisitCommand(command.get());
695 return result_;
696}
697
698Result ResolveNamesModule(Module* module, Errors* errors) {
699 NameResolver resolver(nullptr, errors);

Callers 1

ResolveNamesScriptFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected