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

Function parseDebuggerStatement

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

Source from the content-addressed store, hash-verified

7888 // 12.15 The debugger statement
7889
7890 function parseDebuggerStatement() {
7891 var marker = markerCreate();
7892 expectKeyword('debugger');
7893
7894 consumeSemicolon();
7895
7896 return markerApply(marker, delegate.createDebuggerStatement());
7897 }
7898
7899 // 12 Statements
7900

Callers 1

parseStatementFunction · 0.85

Calls 4

markerCreateFunction · 0.85
expectKeywordFunction · 0.85
consumeSemicolonFunction · 0.85
markerApplyFunction · 0.85

Tested by

no test coverage detected