KJS merging; a question about eval on TOT

Darin Adler darin at apple.com
Mon Feb 16 02:07:20 CET 2004


I'm doing a bit of work to merge with KJS; not rolling changes over 
exactly, but rather making JavaScriptCore match KJS entirely, except 
where there is a reason not to.

But I can't seem to get "eval" to work with KJS tip of tree. The code 
to put it in the object prototype instead of the global object fails 
for me. For example, this fails:

     javascript:alert(eval('1'))

but it works fine with older KJS. Do you see this in Konqueror too? Are 
there eval tests in the test suite you guys are using for KJS?

     -- Darin



More information about the Khtml-devel mailing list