MCPcopy Index your code
hub / github.com/nodejs/node / checkDoStatement

Function checkDoStatement

test/fixtures/snapshot/typescript.js:82796–82801  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

82794 return false;
82795 }
82796 function checkDoStatement(node) {
82797 // Grammar checking
82798 checkGrammarStatementInAmbientContext(node);
82799 checkSourceElement(node.statement);
82800 checkTruthinessExpression(node.expression);
82801 }
82802 function checkWhileStatement(node) {
82803 // Grammar checking
82804 checkGrammarStatementInAmbientContext(node);

Callers 1

checkSourceElementWorkerFunction · 0.85

Calls 3

checkSourceElementFunction · 0.85

Tested by

no test coverage detected