mdittmer / object-graph-js

Object graphs from Javascript worlds
Apache License 2.0
1 stars 2 forks source link

Extract inherited properties from prototype chain #11

Closed jingt06 closed 7 years ago

jingt06 commented 7 years ago

I created another task queue to store visitInstances task. Instances' inherited properties will be visited. Properties like document.body are visited in this object graph.