Home
last modified time | relevance | path

Searched refs:verifyAsyncHookDisabled (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/sequential/
Dtest-inspector-async-call-stack.js15 function verifyAsyncHookDisabled(message) { function
26 verifyAsyncHookDisabled('inspector async hook should be disabled at startup');
29 verifyAsyncHookDisabled('creating a session should not enable async hooks');
32 verifyAsyncHookDisabled('connecting a session should not enable async hooks');
35 verifyAsyncHookDisabled('enabling debugger should not enable async hooks');
38 verifyAsyncHookDisabled('invalid message should not enable async hooks');
41 verifyAsyncHookDisabled('invalid maxDepth (string) should not enable ' +
45 verifyAsyncHookDisabled('invalid maxDepth (NaN) should not enable ' +
52 verifyAsyncHookDisabled('Setting maxDepth to 0 should disable ' +
68 verifyAsyncHookDisabled('Debugger.disable should disable async hooks');
[all …]