mozilla / rhino

Rhino is an open-source implementation of JavaScript written entirely in Java
https://rhino.github.io
Other
4.18k stars 851 forks source link

Use the Constructable interface instead of Function if appropriate #1635

Closed rbri closed 1 month ago

rbri commented 2 months ago

see #1376 for some details

gbrail commented 1 month ago

Yes -- I see what this does and I agree it's a good idea. Thanks!