Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
BigNumber_JS = deps.MustAsset("bignumber.js")
)
Functions ¶
func GetJsStandardApis ¶
func GetJsStandardApis() string
Types ¶
type JSRE ¶
type JSRE struct {
// contains filtered or unexported fields
}
JSRE is a generic JS Runtime environment embedding the otto JS interpreter.
func (*JSRE) Generate ¶
func (self *JSRE) Generate(ctx *actioncontext.Context) interpreter.Interpreter
func (*JSRE) Initialize ¶
func (self *JSRE) Initialize()
Click to show internal directories.
Click to hide internal directories.