2018-01-09 15:36:42 +01:00

7 lines
97 B
JavaScript

var obj = {
foo: function foo() {
this.bar(...arguments)
this.blah(...arguments)
}
}