MCPcopy
hub / github.com/PaulTaykalo/objc-dependency-visualizer / peek

Function peek

Scripts/ace/worker-javascript.js:3111–3122  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

3109 }
3110
3111 function peek(p) {
3112 var i = p || 0, j = 0, t;
3113
3114 while (j <= i) {
3115 t = lookahead[j];
3116 if (!t) {
3117 t = lookahead[j] = lex.token();
3118 }
3119 j += 1;
3120 }
3121 return t;
3122 }
3123
3124 function peekIgnoreEOL() {
3125 var i = 0;

Callers 8

peekIgnoreEOLFunction · 0.85
expressionFunction · 0.85
reachableFunction · 0.85
statementFunction · 0.85
statementsFunction · 0.85
directivesFunction · 0.85
lookupBlockTypeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected