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

Function checkStrictModePrefixUnaryExpression

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

Source from the content-addressed store, hash-verified

46685 }
46686 }
46687 function checkStrictModePrefixUnaryExpression(node) {
46688 // Grammar checking
46689 if (inStrictMode) {
46690 if (node.operator === 45 /* SyntaxKind.PlusPlusToken */ || node.operator === 46 /* SyntaxKind.MinusMinusToken */) {
46691 checkStrictModeEvalOrArguments(node, node.operand);
46692 }
46693 }
46694 }
46695 function checkStrictModeWithStatement(node) {
46696 // Grammar checking for withStatement
46697 if (inStrictMode) {

Callers 1

bindWorkerFunction · 0.85

Calls 1

Tested by

no test coverage detected