mdittmer / object-graph-js

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

Store toString() values and support getSupers() = getPrototype^-1() #17

Closed mdittmer closed 6 years ago

mdittmer commented 6 years ago

Store value of o.toString(), which may hint at class of object. Also, support inverse of getPrototype(): getSupers().

mdittmer commented 6 years ago

@arobins PTAL. These values are to be used in an updated ApiExtractor in Confluence.