DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.3.2-4~bpo70%2B4 / tests / manual / v4 / prototype.3.js
12345678910
function foo() { this.stuff() } foo.prototype.stuff = function() { print("this is cool stuff") } f = new foo()