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