Closed
Description
[Google Issue #1184 : https://code.google.com/p/haxe/issues/detail?id=1184]
by ncanna...@gmail.com, at 06/09/2012, 13:49:34
Found the following in typeload.ml when Enum is getting initialized
if c = "name" && Common.defined ctx.com "js" then error "This identifier cannot be used in Javascript" p;
This need to be confirmed and enventually handled the same as "length" in gensJS static_field.
Activity