Type String Library display.* Revision 2017.3060 Keywords introspection, defined See also object._lastChange object._properties
Read-only property that provides the file and line number where the object was created.
For further introspection options, see object._lastChange and object._properties.
local line = display.newLine( 200, 90, 227, 165 ) print("line._defined: " .. line._defined ) --> line._defined: /Users/gimli/src/IntrospectionDemo/main.lua:3: