On Mar 19, 2009, at 10:12 AM, Mike Hommey wrote:

Except alert() isn't defined under jsc. Are there any other non-js (native) functions available in jsc, since it seems to be the problem ?

Sure, there are tons and tons of native functions; almost every function on every built-in JavaScript object.

Or you can use print() on the global object, which is similar to alert ().

    -- Darin

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to