报告试图通过不是 lambda 的嵌套函数中的
this.
限定符,来引用 ECMAScript 类成员的情况。
不是 lambda 的嵌套函数中的
this
是函数自身的
this
,与外部类无关。