PageRenderTime 43ms CodeModel.GetById 30ms app.highlight 9ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/jsdoc_toolkit-2.2.1/jsdoc-toolkit/app/test/addon.js

http://jsdoc-toolkit.googlecode.com/
JavaScript | 24 lines | 14 code | 6 blank | 4 comment | 0 complexity | 1f70154a46a9c918ffc522dcb0a6ad8a MD5 | raw file
 1String.prototype.reverse = function() {
 2}
 3
 4String.prototype.reverse.utf8 = function() {
 5}
 6
 7Function.count = function() {
 8}
 9
10/** @memberOf Function */
11Function.count.reset = function() {
12}
13
14/** @memberOf Function */
15count.getValue = function() {
16}
17
18/** @memberOf Function.prototype */
19getSig = function() {
20}
21
22/** @memberOf Function.prototype */
23Function.prototype.getProps = function() {
24}