enable unsafe for test/ufuzz.js (#2819)

- introduce `unsafe_undefined`
- safer `.toString()` compression

Miscellaneous
- rename `unsafe_Function`
This commit is contained in:
Alex Lam S.L
2018-01-19 23:47:42 +08:00
committed by GitHub
parent 3e7873217c
commit 069df27bf1
7 changed files with 28 additions and 18 deletions

View File

@@ -288,7 +288,7 @@ unsafe_undefined: {
if_return: true,
sequences: true,
side_effects: true,
unsafe: true,
unsafe_undefined: true,
}
input: {
function f(undefined) {