remove invalid candidates
This commit is contained in:
parent
f70aaebc5b
commit
237577c49a
|
|
@ -1667,13 +1667,11 @@ merge(Compressor.prototype, {
|
||||||
});
|
});
|
||||||
var object_fns = [
|
var object_fns = [
|
||||||
'constructor',
|
'constructor',
|
||||||
'toLocaleString',
|
|
||||||
'toString',
|
'toString',
|
||||||
'valueOf',
|
'valueOf',
|
||||||
];
|
];
|
||||||
var native_fns = {
|
var native_fns = {
|
||||||
Array: makePredicate([
|
Array: makePredicate([
|
||||||
'concat',
|
|
||||||
'indexOf',
|
'indexOf',
|
||||||
'join',
|
'join',
|
||||||
'lastIndexOf',
|
'lastIndexOf',
|
||||||
|
|
@ -1703,7 +1701,6 @@ merge(Compressor.prototype, {
|
||||||
'italics',
|
'italics',
|
||||||
'lastIndexOf',
|
'lastIndexOf',
|
||||||
'link',
|
'link',
|
||||||
'localeCompare',
|
|
||||||
'match',
|
'match',
|
||||||
'replace',
|
'replace',
|
||||||
'search',
|
'search',
|
||||||
|
|
@ -1715,8 +1712,6 @@ merge(Compressor.prototype, {
|
||||||
'substr',
|
'substr',
|
||||||
'substring',
|
'substring',
|
||||||
'sup',
|
'sup',
|
||||||
'toLocaleLowerCase',
|
|
||||||
'toLocaleUpperCase',
|
|
||||||
'trim',
|
'trim',
|
||||||
].concat(object_fns)),
|
].concat(object_fns)),
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user