2886689876896c42fd4efbb6936a4c1f7088f295.svn-base 85 Bytes Raw Blame History Permalink 1 2 3 4 'use strict' const x = () => this const o = { a: 1 } console.log(x.call(o) === this)