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

Function peg$parseUnicodeLetter

lib/parser.js:1988–2009  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1986 }
1987
1988 function peg$parseUnicodeLetter() {
1989 var s0;
1990
1991 s0 = peg$parseLu();
1992 if (s0 === peg$FAILED) {
1993 s0 = peg$parseLl();
1994 if (s0 === peg$FAILED) {
1995 s0 = peg$parseLt();
1996 if (s0 === peg$FAILED) {
1997 s0 = peg$parseLm();
1998 if (s0 === peg$FAILED) {
1999 s0 = peg$parseLo();
2000 if (s0 === peg$FAILED) {
2001 s0 = peg$parseNl();
2002 }
2003 }
2004 }
2005 }
2006 }
2007
2008 return s0;
2009 }
2010
2011 function peg$parseUnicodeCombiningMark() {
2012 var s0;

Callers 1

peg$parseIdentifierStartFunction · 0.85

Calls 6

peg$parseLuFunction · 0.85
peg$parseLlFunction · 0.85
peg$parseLtFunction · 0.85
peg$parseLmFunction · 0.85
peg$parseLoFunction · 0.85
peg$parseNlFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…