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

Function checkMemberExpression

tools/eslint-rules/inspector-check.js:35–39  ·  view source on GitHub ↗
(context, node)

Source from the content-addressed store, hash-verified

33 }
34
35 function checkMemberExpression(context, node) {
36 if (utils.usesCommonProperty(node, ['skipIfInspectorDisabled'])) {
37 hasInspectorCheck = true;
38 }
39 }
40
41 function reportIfMissing(context) {
42 if (!hasInspectorCheck) {

Callers 1

createFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…