Home
last modified time | relevance | path

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

/third_party/node/test/common/
Dinspector-helper.js228 waitForNotification(methodOrPredicate, description) { argument
229 const desc = description || methodOrPredicate;
232 this._asyncWaitForNotification(methodOrPredicate), message, TIMEOUT);
235 async _asyncWaitForNotification(methodOrPredicate) { argument
237 return notification.method === methodOrPredicate;
240 typeof methodOrPredicate === 'string' ? matchMethod : methodOrPredicate;