chromium/third_party/blink/web_tests/http/tests/devtools/resources/source2.js

function ClickHandler()
{
}

ClickHandler.prototype.handle = function(event)
{
    console.log('button clicked!');
}