Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Object ¶
type Object struct{}
Object Javascript API
func (*Object) ExportFunction ¶
func (obj *Object) ExportFunction(iso *v8go.Isolate) *v8go.FunctionTemplate
ExportFunction Export as a javascript FS function var fs = new FS("mongo"); var fs = new FS(); // same with new FS("system");
func (*Object) ExportObject ¶
func (obj *Object) ExportObject(iso *v8go.Isolate) *v8go.ObjectTemplate
ExportObject Export as a FS Object
Click to show internal directories.
Click to hide internal directories.