Abstract
Class representing a Proxiable.
This class allows instances to be wrapped in a Proxy, enabling custom behaviors for property access, assignment, etc.
Mr. Stone evensstone@gmail.com
Creates a Proxiable instance wrapped in a Proxy.
A trap object for the proxy, which defines custom behavior for fundamental operations (e.g., property lookup, assignment, etc.).
A new proxy object for this instance.
Class representing a Proxiable.
This class allows instances to be wrapped in a Proxy, enabling custom behaviors for property access, assignment, etc.
Author
Mr. Stone evensstone@gmail.com