owner property
getter/setter pair
The owner of this function, which can be a Library, Class, or a Function.
Note: the location of owner
may not agree with location
if this is a
function from a mixin application, expression evaluation, patched class,
etc.
owner can be one of LibraryRef, ClassRef or FuncRef.
Implementation
dynamic owner;