MCPcopy Index your code
hub / github.com/BloombergGraphics/whatiscode / parseDebuggerStatement

Function parseDebuggerStatement

scripts/libs/esprima.js:3819–3825  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

3817 // 12.15 The debugger statement
3818
3819 function parseDebuggerStatement(node) {
3820 expectKeyword('debugger');
3821
3822 consumeSemicolon();
3823
3824 return node.finishDebuggerStatement();
3825 }
3826
3827 // 12 Statements
3828

Callers 1

parseStatementFunction · 0.85

Calls 2

expectKeywordFunction · 0.85
consumeSemicolonFunction · 0.85

Tested by

no test coverage detected