Lines Matching full:hooks
25 // By default inspector async hooks should not have been installed.
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');
42 'async hooks');
46 'async hooks');
49 verifyAsyncHookEnabled('valid message should enable async hooks');
53 'async hooks');
65 verifyAsyncHookEnabled('valid message should enable async hooks');
68 verifyAsyncHookDisabled('Debugger.disable should disable async hooks');
71 verifyAsyncHookDisabled('Enabling debugger should not enable hooks');
74 verifyAsyncHookEnabled('valid message should enable async hooks');
78 'async hooks');