MCPcopy Create free account
hub / github.com/davidkingzyb/SCAST / parse_finally

Function parse_finally

js/SCASTPY.js:524–533  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

522 }
523
524 function parse_finally(){
525 var n = input.next();
526 var r={
527 type:"FinallyStatement",
528 poi:{line:n.poi.line,start:n.poi.start},
529 value:n.value,
530 body:parse_block().body
531 }
532 return r
533 }
534
535 function parse_except(){
536 var n = input.next();

Callers 1

parse_statementFunction · 0.70

Calls 1

parse_blockFunction · 0.70

Tested by

no test coverage detected