Returns
Array<Obj | null>
Returns an array of all the ancestor Obj
s, starting at the root
and ending at the parent of the Obj
concerned. If there are gaps (path components without corresponding objects) between ancestors, then each missing ancestor is represented by a null
.
Returns
Array<Obj | null>