dev_compiler icon indicating copy to clipboard operation
dev_compiler copied to clipboard

emulated functions are not callable from JS

Open jmesserly opened this issue 10 years ago • 0 comments

These might be working now if you call from Dart, but they aren't true JS functions. It would simplify things if we had them be born as JS Function objects.

This affects a test case in dart:js, at least. We could workaround it there, but it seems like a more general problem.

jmesserly avatar Jun 23 '15 21:06 jmesserly