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

Function lookahead1W

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

Source from the content-addressed store, hash-verified

3205 }
3206
3207 function lookahead1W(set)
3208 {
3209 if (l1 == 0)
3210 {
3211 l1 = matchW(set);
3212 b1 = begin;
3213 e1 = end;
3214 }
3215 }
3216
3217 function lookahead1(set)
3218 {

Callers 15

xqlint.jsFile · 0.70
parse_ModuleFunction · 0.70
parse_VersionDeclFunction · 0.70
parse_LibraryModuleFunction · 0.70
parse_ModuleDeclFunction · 0.70
parse_PrologFunction · 0.70
parse_BoundarySpaceDeclFunction · 0.70
try_DefaultCollationDeclFunction · 0.70
parse_BaseURIDeclFunction · 0.70
parse_ConstructionDeclFunction · 0.70
parse_OrderingModeDeclFunction · 0.70

Calls 1

matchWFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…