Versions in this module Expand all Collapse all v0 v0.1.0 Feb 19, 2022 Changes in this version + type JS struct + func Compile(source string, globals ...map[string]v8go.FunctionCallback) (*JS, error) + func (js *JS) Dispose() + func (js *JS) Invoke(function string, args ...interface{}) (interface{}, error)