I'll try to flesh this out a little more later. I'm just opening it so I don't forget about it.
I see that while the Scriptable interface defines a setPrototype method, Object.setPrototypeOf will not actually attempt to call it unless the object is an instance of ScriptableObject.
I'll try to flesh this out a little more later. I'm just opening it so I don't forget about it.
I see that while the
Scriptable
interface defines asetPrototype
method,Object.setPrototypeOf
will not actually attempt to call it unless the object is an instance ofScriptableObject
.