aboutsummaryrefslogtreecommitdiffstats
path: root/jsre/pp_js.go
Commit message (Expand)AuthorAgeFilesLines
* jsre: print function arguments tooPéter Szilágyi2015-06-091-1/+1
* jsre: sort pretty print output, fields before funcsPéter Szilágyi2015-06-091-3/+20
* jsre: fix wrong separator comma placing due to non consistent field ordersPéter Szilágyi2015-06-091-7/+7
* fixed printing circular structuresMarek Kotewicz2015-04-071-10/+6
* do not print Plain Object prototype fields in geth consoleMarek Kotewicz2015-04-031-1/+13
* printing object prototype functions in geth consoleMarek Kotewicz2015-04-031-3/+10
* fixed printing BigNumbersMarek Kotewicz2015-04-021-0/+7
* print nonenumerable properties of object in geth consoleMarek Kotewicz2015-04-021-7/+15
* removed big num from ppobscuren2015-03-251-2/+0
* Improved pretty printer for consoleobscuren2015-03-251-8/+21
* jsre:zelig2015-03-151-0/+55