MCPcopy
hub / github.com/ajaxorg/ace / lookahead2W

Function lookahead2W

lib/ace/mode/xquery/xqlint.js:47548–47557  ·  view source on GitHub ↗
(set)

Source from the content-addressed store, hash-verified

47546 }
47547
47548 function lookahead2W(set)
47549 {
47550 if (l2 == 0)
47551 {
47552 l2 = matchW(set);
47553 b2 = begin;
47554 e2 = end;
47555 }
47556 lk = (l2 << 9) | l1;
47557 }
47558
47559 function lookahead1(set)
47560 {

Callers 15

parse_ModuleFunction · 0.85
parse_PrologFunction · 0.85
parse_SetterFunction · 0.85
parse_ImportFunction · 0.85
parse_InitialClauseFunction · 0.85
try_InitialClauseFunction · 0.85
parse_GroupingSpecFunction · 0.85
try_GroupingSpecFunction · 0.85
parse_ValueExprFunction · 0.85
try_ValueExprFunction · 0.85
parse_RelativePathExprFunction · 0.85
try_RelativePathExprFunction · 0.85

Calls 1

matchWFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…