owner property
getter/setter pair
The owner of this field, which can be either a Library or a Class.
Note: the location of owner
may not agree with location
if this is a
field from a mixin application, patched class, etc.
Implementation
ObjRef? owner;