node.Call = function Call(name, args) { this.name = name; this.args = args; };