/// // @Filename: foo.js ////A.prototype.a = function() { }; ////A.prototype.b = function() { }; ////function A() {} verify.navigationTree({ "text": "", "kind": "script", "childItems": [ { "text": "A", "kind": "class", "childItems": [ { "text": "a", "kind": "function" }, { "text": "b", "kind": "function" }, { "text": "constructor", "kind": "constructor" } ] } ] }); verify.navigationBar([ { "text": "", "kind": "script", "childItems": [ { "text": "A", "kind": "class" } ] }, { "text": "A", "kind": "class", "childItems": [ { "text": "a", "kind": "function" }, { "text": "b", "kind": "function" }, { "text": "constructor", "kind": "constructor" } ], "indent": 1 } ]);