jackbsteinberg / get-originals-rewriter

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Mods check prototype chain for true property source #78

Closed jackbsteinberg closed 5 years ago

jackbsteinberg commented 5 years ago

Note: the prototype chaining goes up to Object but does not include it, meaning a method on Object (like toString) will not show up as Object_toString, but whatever the highest in the chain it reached before Object was (e.g. Node_toString)