evaluate to{Low,Upp}erCase() under unsafe (#2886)

This commit is contained in:
Alex Lam S.L
2018-02-06 15:57:15 +08:00
committed by GitHub
parent c0b8f2a16d
commit d69d8007d6
2 changed files with 57 additions and 0 deletions

View File

@@ -2224,6 +2224,8 @@ merge(Compressor.prototype, {
"split",
"substr",
"substring",
"toLowerCase",
"toUpperCase",
"trim",
].concat(object_fns),
};