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

Function Validator

lib/validate.js:91–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89// -----------------------------------------------------------------------------
90
91function Validator() {
92 this._roots = {
93 stdlib: null,
94 foreign: null,
95 heap: null
96 };
97 this._globals = env(this);
98 this._locals = null;
99 this._src = null;
100 this._result = null;
101}
102
103var Vp = Validator.prototype;
104

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected