MCPcopy Index your code
hub / github.com/reactjs/react-rails / peek

Function peek

lib/assets/javascripts/JSXTransformer.js:4055–4065  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4053 }
4054
4055 function peek() {
4056 var pos, line, start;
4057
4058 pos = index;
4059 line = lineNumber;
4060 start = lineStart;
4061 lookahead = advance();
4062 index = pos;
4063 lineNumber = line;
4064 lineStart = start;
4065 }
4066
4067 function lookahead2() {
4068 var adv, pos, line, start, result;

Callers 4

scanTemplateElementFunction · 0.70
parsePrimaryExpressionFunction · 0.70
parseProgramFunction · 0.70
tokenizeFunction · 0.70

Calls 1

advanceFunction · 0.85

Tested by

no test coverage detected