Versions in this module Expand all Collapse all v0 v0.4.1 Dec 28, 2018 v0.4.0 Oct 11, 2018 Changes in this version + var BigNumber_JS = deps.MustAsset("bignumber.js") + var ErrorColor = color.New(color.FgHiRed).SprintfFunc() + var FunctionColor = color.New(color.FgMagenta).SprintfFunc() + var NumberColor = color.New(color.FgRed).SprintfFunc() + var SpecialColor = color.New(color.Bold).SprintfFunc() + var StringColor = color.New(color.FgGreen).SprintfFunc() + var Web3_JS = deps.MustAsset("web3.js") + type JSRE struct + func New(assetPath string, output io.Writer) *JSRE + func (jsre *JSRE) CompleteKeywords(line string) []string + func (re *JSRE) Bind(name string, v interface{}) error + func (re *JSRE) Compile(filename string, src interface{}) (err error) + func (re *JSRE) Do(fn func(*otto.Otto)) + func (re *JSRE) Evaluate(code string, w io.Writer) error + func (re *JSRE) Exec(file string) error + func (re *JSRE) Get(ns string) (v otto.Value, err error) + func (re *JSRE) Run(code string) (v otto.Value, err error) + func (re *JSRE) Set(ns string, v interface{}) (err error) + func (re *JSRE) Stop(waitForCallbacks bool)