This project measures performance differences between JavaScript object method shorthand definitions foo() {} and arrow function properties foo: () => {}. It evaluates both definition cost (object ...