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

Function advance_stmtlist

MathBox/mathbox-core.js:33499–33505  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33497 }
33498
33499 function advance_stmtlist() {
33500 return function() {
33501 var n = stmtlist()
33502 n.expecting = '}'
33503 return state.unshift(n), Advance
33504 }
33505 }
33506
33507 function maybe_stmtlist(skip) {
33508 return function() {

Callers 1

setup_stative_parsersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected