DEBSOURCES
Skip Quicknav
sources / node-jsdoc2 / 2.4.0-3 / app / test / prototype_nested.js
123456789
/** @constructor */ function Word() { } Word.prototype.reverse = function() { } Word.prototype.reverse.utf8 = function() { }