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

Method setPrototypeOf

proxy.go:114–114  ·  view source on GitHub ↗
(target *Object, proto *Object)

Source from the content-addressed store, hash-verified

112type proxyHandler interface {
113 getPrototypeOf(target *Object) (Value, bool)
114 setPrototypeOf(target *Object, proto *Object) (bool, bool)
115 isExtensible(target *Object) (bool, bool)
116 preventExtensions(target *Object) (bool, bool)
117

Callers 1

setProtoMethod · 0.65

Implementers 2

nativeProxyHandlerbuiltin_proxy.go

Calls

no outgoing calls

Tested by

no test coverage detected