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