Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ skipIfInspectorDisabled
Function
skipIfInspectorDisabled
test/common/index.js:747–751 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
745
}
746
747
function
skipIfInspectorDisabled() {
748
if
(!hasInspector) {
749
skip(
'V8 inspector is disabled'
);
750
}
751
}
752
753
function
skipIf32Bits() {
754
if
(bits < 64) {
Callers
11
test-debugger-address.mjs
File · 0.85
test-debugger-exec-scope.mjs
File · 0.85
test-debugger-invalid-json.mjs
File · 0.85
test-debugger-set-context-line-number.mjs
File · 0.85
test-inspector-port-zero.js
File · 0.85
test-debugger-extract-function-name.mjs
File · 0.85
test-debugger-inspect-help-forwarding.mjs
File · 0.85
test-debugger-auto-resume.mjs
File · 0.85
test-debugger-help.mjs
File · 0.85
test-debugger-watchers.mjs
File · 0.85
test-debugger-launch.mjs
File · 0.85
Calls
1
skip
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…