MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / exp

Function exp

lib/web/CodeMirror/mode/javascript/javascript.js:356–360  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

354
355 function expect(wanted) {
356 function exp(type) {
357 if (type == wanted) return cont();
358 else if (wanted == ";" || type == "}" || type == ")" || type == "]") return pass();
359 else return cont(exp);
360 };
361 return exp;
362 }
363

Callers 2

expm1Function · 0.85
polyfill.jsFile · 0.85

Calls 2

contFunction · 0.70
passFunction · 0.70

Tested by

no test coverage detected