MCPcopy
hub / github.com/dianping/cat / try_ForClause

Function try_ForClause

cat-home/src/main/webapp/assets/js/editor/worker-xquery.js:4408–4423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4406 }
4407
4408 function try_ForClause()
4409 {
4410 shiftT(139); // 'for'
4411 lookahead1W(21); // S^WS | '$' | '(:'
4412 try_ForBinding();
4413 for (;;)
4414 {
4415 if (l1 != 42) // ','
4416 {
4417 break;
4418 }
4419 shiftT(42); // ','
4420 lookahead1W(21); // S^WS | '$' | '(:'
4421 try_ForBinding();
4422 }
4423 }
4424
4425 function parse_ForBinding()
4426 {

Callers 1

try_InitialClauseFunction · 0.85

Calls 3

shiftTFunction · 0.85
try_ForBindingFunction · 0.85
lookahead1WFunction · 0.70

Tested by

no test coverage detected