Lines Matching refs:verifyAsyncHookDisabled
15 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');
71 verifyAsyncHookDisabled('Enabling debugger should not enable hooks');
77 verifyAsyncHookDisabled('Disconnecting session should disable ' +