Comment #6 on issue 1258 by [email protected]: V8 should expose an API to disable eval and other APIs that convert strings to code
http://code.google.com/p/v8/issues/detail?id=1258
Should we throw an exception or continue without evaluating?
We'd like to throw an exception.
I'm going to go for throwing an exception (since the Function constructor cannot produce a result without compiling).
Precisely. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
