MCPcopy
hub / github.com/livebud/bud / VM

Struct VM

package/js/v8/v8.go:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93type VM struct {
94 isolate *v8go.Isolate
95 context *v8go.Context
96}
97
98var _ js.VM = (*VM)(nil)
99

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected