Searched refs:waitFor (Results 1 – 14 of 14) sorted by relevance
56 waitFor(pattern) {109 return this.waitFor(/>\s+$/);113 await this.waitFor(/break (?:on start )?in/i);117 return this.waitFor(/break in/);171 .waitFor(BREAK_MESSAGE)
553 * `waitFor()`
23 await cli.waitFor(/disconnect/);24 await cli.waitFor(/debug> $/);26 await cli.waitFor(/ERR_DEBUGGER_ERROR/);
33 .then(() => cli.waitFor(/disconnect/))45 .then(() => cli.waitFor(/start the app/))75 .then(() => cli.waitFor(/start the app/))
36 await cli.waitFor(/function/);46 await cli.waitFor(/debug> $/);
27 await cli.waitFor(/disconnect/);53 await cli.waitFor(/disconnect/);
20 await cli.waitFor(/Breakpoint at specified location already exists/);
16 await cli.waitFor(/ERR_INVALID_ARG_TYPE/);
61 await cli.waitFor(/break/);
1 function waitFor(condition, MAX_FRAME = 500) { function
31 await waitFor(() => arrived);
21 await cli.waitFor(/break/);
20 function waitFor(condition, error_message = 'Reaches the maximum frames.') { function
112 process.waitFor(); in executeBinary()