MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / unexpected

Function unexpected

MathBox/mathbox-bundle.js:80099–80105  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

80097 // utils ----------------------------
80098
80099 function unexpected(str) {
80100 errored = true
80101 stream.emit('error', new Error(
80102 (str || 'unexpected '+state) +
80103 ' at line '+state[0].token.line
80104 ))
80105 }
80106
80107 function assert(type, data) {
80108 return 1,

Callers 15

endFunction · 0.70
parse_stmtFunction · 0.70
invariant_or_notFunction · 0.70
storage_or_notFunction · 0.70
parameter_or_notFunction · 0.70
struct_or_typeFunction · 0.70
maybe_nameFunction · 0.70
parse_decllistFunction · 0.70
parse_keyword_or_identFunction · 0.70
parse_keywordFunction · 0.70
parse_identFunction · 0.70
parse_exprFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected