issues
search
mdittmer
/
object-graph-js
Object graphs from Javascript worlds
Apache License 2.0
1
stars
2
forks
source link
Object graph include function names
#6
Closed
jingt06
closed
7 years ago
jingt06
commented
7 years ago
Change Object Graph structure:
functions is a map of form {id: functionName}.
some useful methods:
getFunctionName: Get name of a given function id.
getRoot: Get the root id.
getPropertiesIds: Get the properties and id belong to the given id.
jingt06
commented
7 years ago
fixed @mdittmer
jingt06
commented
7 years ago
Moved functions out of metadata. @mdittmer