EventHandler.js 172 B

12345678
  1. function EventHandler() {
  2. }
  3. Duktape.fin(EventHandler.prototype, function (x) {
  4. if (x === EventHandler.prototype) {
  5. return;
  6. }
  7. Polycode.EventHandler__delete(x.__ptr)
  8. })