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

Function ResolveNamesScript

src/resolve-names.cc:703–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701}
702
703Result ResolveNamesScript(Script* script, Errors* errors) {
704 NameResolver resolver(script, errors);
705 return resolver.VisitScript(script);
706}
707
708} // namespace wabt

Callers 1

ParseWastScriptFunction · 0.85

Calls 1

VisitScriptMethod · 0.80

Tested by

no test coverage detected