Files
TypeScript/src
Nathan Shively-Sanders b185784708 Only functions can be constructor functions (#27369)
`@constructor` put on anything incorrectly makes it a JS constructor. This
is a problem for actual constructors, because getJSClassType doesn't
work on actual classes. The fix is to make isJSConstructor require that
its declaration is a function.
2018-10-08 10:14:31 -07:00
..
2018-09-27 08:56:40 -07:00
2018-10-03 10:57:43 +10:00
2018-09-14 12:44:02 -07:00