> I don't know why shell.exe can't recognize alert() function. After > all, V8 is a JavaScript engine, and the alert() function is a built-in > JavaScript function. >
alert() is a browser function, not a built in language function. In particular, alert() makes little sense in the context of a command line app run with not GUI available. -- Bryan White -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
