Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
None
-
b100
-
generic
-
generic
-
Verified
Description
load("nashorn:mozilla_compat.js");
for (i in this) print(i)
prints
__noSuchProperty__
for (i in this) print(i)
prints
__noSuchProperty__