658266 - [Harmony]Proxy: 'this' in getter/setter doesn't indicate the proxy object DirectProxyã«ãªãåã«ä¸ãããã°*1ãªã®ã§ã¡ãã£ã¨ã³ã¼ããå¤ããã©ãåçãä»ãã¦æ°ä»ããããã Proxyééæã® this ã®åé¡ var obj, handler, proxyObj; obj = { _name: "HOGE", getName: function () { console.log("getName()", "this is obj:", this === obj, "this is proxyObj:", this === proxyObj); return this._name; }, get name() { console.log("get name", "this is obj:",
{{#tags}}- {{label}}
{{/tags}}