MCPcopy Index your code
hub / github.com/pegjs/pegjs / peg$parseUnicodeCombiningMark

Function peg$parseUnicodeCombiningMark

lib/parser.js:2011–2020  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2009 }
2010
2011 function peg$parseUnicodeCombiningMark() {
2012 var s0;
2013
2014 s0 = peg$parseMn();
2015 if (s0 === peg$FAILED) {
2016 s0 = peg$parseMc();
2017 }
2018
2019 return s0;
2020 }
2021
2022 function peg$parseReservedWord() {
2023 var s0;

Callers 1

peg$parseIdentifierPartFunction · 0.85

Calls 2

peg$parseMnFunction · 0.85
peg$parseMcFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…