Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | * Ideas: |
michael@0 | 2 | - jschar * |
michael@0 | 3 | - js::Shape, js::Baseshape |
michael@0 | 4 | - printers for structures with horrible unions (JSString, JSParseNode) |
michael@0 | 5 | - bring back parse_node.py |
michael@0 | 6 | - New 'js show' command for showing full trees, property lists, hash table |
michael@0 | 7 | contents, and so on --- JSParseNode * should not show the whole tree. |
michael@0 | 8 | Possibly clean up some "pointer-only" stuff in parse_node.py. |
michael@0 | 9 | - 'js show <defn>' lists a JSDefinition's uses |
michael@0 | 10 | - 'js show <parsenode>' shows entire tree |
michael@0 | 11 | - 'js show <scope>' lists all properties (parents) |
michael@0 | 12 | - 'js tree <scope>' shows property tree |
michael@0 | 13 | - avoid dead union branches in js::Shape; print attrs nicely |
michael@0 | 14 | - Print JSScope with identifier. |
michael@0 | 15 | - Print JSAtomSets, and thus PN_NAMESET. |
michael@0 | 16 | - JSParseNode PN_NAMESET |
michael@0 | 17 | - 'JSClass *' pretty-printer |
michael@0 | 18 | |
michael@0 | 19 | |
michael@0 | 20 | Local variables: |
michael@0 | 21 | mode: org |
michael@0 | 22 | End: |