- Loading...
...
ECMAScript specifies Object.getPrototypeOf(obj) function to get prototype of the given object. This nashorn specific extension allows prototype of an object to be set by newProto.
Object.bindProperties lets you bind properties of one object to another object. Example:
...