I am looking for a JavaScript obfuscator tool that doesn't use eval in resulted obfuscated code.
All the tools I've seen so far use eval in resulted code.
None. An obfuscator by definition needs to have a way to execute arbitrary code, and in JavaScript, that is accomplished with eval
.