MCPcopy Create free account
hub / github.com/dchester/jsonpath / parseDebuggerStatement

Function parseDebuggerStatement

jsonpath.js:3194–3200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3192 // 12.15 The debugger statement
3193
3194 function parseDebuggerStatement() {
3195 expectKeyword('debugger');
3196
3197 consumeSemicolon();
3198
3199 return delegate.createDebuggerStatement();
3200 }
3201
3202 // 12 Statements
3203

Callers 1

parseStatementFunction · 0.85

Calls 2

expectKeywordFunction · 0.85
consumeSemicolonFunction · 0.85

Tested by

no test coverage detected