MCPcopy Create free account
hub / github.com/asm-js/validator / Report

Function Report

lib/report.js:3–6  ·  view source on GitHub ↗
(globals, exports)

Source from the content-addressed store, hash-verified

1var ty = require('./types');
2
3function Report(globals, exports) {
4 this._globals = globals;
5 this._exports = exports;
6}
7
8Report.prototype.getFunction = function(f) {
9 var global = this._globals.lookup(f);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected