MCPcopy Create free account
hub / github.com/dop251/goja / jsProxyHandler

Struct jsProxyHandler

proxy.go:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149type jsProxyHandler struct {
150 handler *Object
151}
152
153func (h *jsProxyHandler) toObject(*Runtime) *Object {
154 return h.handler

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected