[webkit-dev] x86-64 JIT
Darin Adler
darin at apple.com
Thu Mar 19 10:20:03 PDT 2009
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
More information about the webkit-dev
mailing list