Documentation ¶ Index ¶ type VM Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type VM ¶ type VM interface { Script(path, script string) error Eval(path, expression string) (string, error) } VM for evaluating javascript Source Files ¶ View all Source files js.go Directories ¶ Show internal Expand all Path Synopsis v8 Click to show internal directories. Click to hide internal directories.