|
|
|
|
|
by masklinn
3837 days ago
|
|
Surely the compiler handles the case of anonymous functions referring to `this` or `arguments` and leaves them alone? edit: the original issue[5] specifically notes that the anonymous function shouldn't refer to `this` and the corresponding commit has a test case for that, though it doesn't talk about `arguments` so that might break. [5] https://github.com/mohebifar/xto6/issues/5 |
|