Home
last modified time | relevance | path

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

/third_party/node/test/common/
Dinspector-helper.js229 waitForNotification(methodOrPredicate, description) { argument
230 const desc = description || methodOrPredicate;
233 this._asyncWaitForNotification(methodOrPredicate), message, TIMEOUT);
236 async _asyncWaitForNotification(methodOrPredicate) { argument
238 return notification.method === methodOrPredicate;
241 typeof methodOrPredicate === 'string' ? matchMethod : methodOrPredicate;