class js.Lib
Available on js
static function alert(v:Dynamic):Void
Display an alert message box containing the given message
static function debug():Void
Inserts a 'debugger' statement that will make a breakpoint if a debugger is available.
static function eval(code:String):Dynamic