Rhino

Rhino

34M Downloads

JSON.stringify(undefined) returns internal state

Fuyukai opened this issue ยท 0 comments

commented

This one is more confusing than an actual issue, but nevertheless:

["class dev.latvian.mods.rhino.Undefined","static final java.lang.Object ","static final dev.latvian.mods.rhino.Scriptable ","boolean (java.lang.Object)","int ()","java.lang.Object ()","static boolean (java.lang.Object)","void (long, int)","void ()","native void (long)","java.lang.String ()","native java.lang.Class ()","native void ()","native void ()"]

MDN says that it should just return null/undefined (which is what Node/Moz Rhino) does.