alert function

void alert(
  1. Object obj
)

Implementation

@JS('alert')
external void alert(Object obj);