quorum/jsre
Felix Lange e221a449e0 cmd/geth, jsre, rpc: run all JS code on the event loop
Some JSRE methods (PrettyPrint, ToVal) bypassed the event loop. All
calls to the JS VM are now wrapped. In order to make this somewhat more
foolproof, the otto VM is now a local variable inside the event loop.
2015-05-25 02:27:37 +02:00
..
bignumber_js.go jsre: 2015-03-15 13:13:39 +07:00
ethereum_js.go update web3.js to 0.4.2 2015-05-20 02:58:49 +01:00
jsre.go cmd/geth, jsre, rpc: run all JS code on the event loop 2015-05-25 02:27:37 +02:00
jsre_test.go cmd/geth, jsre, rpc: run all JS code on the event loop 2015-05-25 02:27:37 +02:00
pp_js.go fixed printing circular structures 2015-04-07 05:27:47 +02:00