Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/protoduck/
Dindex.js199 formatMethod(duck, name, duck.name)
205 }).map(m => formatMethod(duck, m)).join(', ')
215 duck._methodNames.map(m => formatMethod(duck, m)).join(', ')
222 function formatMethod (duck, name, withDuckName) { function
259 ? formatMethod(proto, name, true)
260 : `the protocol ${formatMethod(proto, name)} belongs to`