Community
Participate
Working Groups
The "protoObject" should just be the Scriptable returned from Scriptable.getProtoType(). The "prototype" is just a property that should generally only be on constructor functions.
Created attachment 167549 [details] proposed patch The protoObject is redundant. We just use the prototypeObject for the underlying (and normally hidden) prototype of the Object and the regular "prototype" property is accessed as a property.
+1 super-fantastic!
.