Versions in this module Expand all Collapse all v0 v0.0.2 Apr 30, 2026 v0.0.1 Apr 27, 2026 Changes in this version + func Register(ctx *engine.RuntimeModuleContext, reg *noderequire.Registry) + type MethodSpec struct + Hint string + Owner string + type ProxyMethod func(call goja.FunctionCall, receiver goja.Value) goja.Value + type ProxyRegistry struct + func NewProxyRegistry() *ProxyRegistry + type ProxySpec struct + MethodOwners map[string]MethodSpec + Methods map[string]ProxyMethod + Owner string