2886689876896c42fd4efbb6936a4c1f7088f295.svn-base 85 Bytes
'use strict'
const x = () => this
const o = { a: 1 }
console.log(x.call(o) === this)