aboutsummaryrefslogtreecommitdiffstats
path: root/jsre/pp_js.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
- require became loadScript(), no require is supplied - bignumber_js.go: heredoc v2.0.3 minified fixed for otto Regexp incompatibility https://github.com/robertkrimen/otto#regular-expression-incompatibility - bignumber.min.js also updated in mist/assets/ext - ethereum_js.go: latest master minified - assetPath in constructor - Eval/Exec/Handle/ToVal nice API - jsre tests