Source
void stop(num when) { if (JS('bool', '!!#.stop', this)) { JS('void', '#.stop(#)', this, when); } else { JS('void', '#.noteOff(#)', this, when); } }
void stop(num when) { if (JS('bool', '!!#.stop', this)) { JS('void', '#.stop(#)', this, when); } else { JS('void', '#.noteOff(#)', this, when); } }