reduce this within functions (#2421)
- only replace same-scope usages - augment `test/ufuzz.js` to test for `this` fixes #2420
This commit is contained in:
@@ -162,6 +162,7 @@ var VALUES = [
|
||||
'"object"',
|
||||
'"number"',
|
||||
'"function"',
|
||||
'this',
|
||||
];
|
||||
|
||||
var BINARY_OPS_NO_COMMA = [
|
||||
|
||||
Reference in New Issue
Block a user