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

Function checkException

test/parallel/test-inspector.js:39–41  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

37}
38
39function checkException(message) {
40 assert.strictEqual(message.exceptionDetails, undefined);
41}
42
43function assertScopeValues({ result }, expected) {
44 const unmatched = new Set(Object.keys(expected));

Callers 1

testCommandLineAPIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…