-
Bug
-
Resolution: Fixed
-
P3
-
8
-
None
-
b100
-
generic
-
generic
-
Verified
jjs> typeof java.lang.System.exit
object
Expected: function
jjs> typeof java.lang.System["exit(int)"]
object
Expected: function
jjs> var global = loadWithNewGlobal({ name: "t", script: "this" })
jjs> typeof global.Object
object
Expected: function
object
Expected: function
jjs> typeof java.lang.System["exit(int)"]
object
Expected: function
jjs> var global = loadWithNewGlobal({ name: "t", script: "this" })
jjs> typeof global.Object
object
Expected: function