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

Function matchYield

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

Source from the content-addressed store, hash-verified

5251 // use matchKeyword('yield', false) and matchKeyword('yield', true)
5252 // (i.e. matchContextualKeyword) appropriately.
5253 function matchYield() {
5254 return state.yieldAllowed && matchKeyword('yield', !strict);
5255 }
5256
5257 function matchAsync() {
5258 var backtrackToken = lookahead, matches = false;

Callers 1

Calls 1

matchKeywordFunction · 0.85

Tested by

no test coverage detected