js-types
js-types copied to clipboard
Reference TC39 JSFunction interface instead of using a callback workaround
Instead of defining JSFunction via callback JSFunction... approach in-place, I added a reference to TC39 spec in the same fashion as ArrayBuffer interface is introduced.