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

Method getPrototypeOf

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

Source from the content-addressed store, hash-verified

111
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)

Callers 1

protoMethod · 0.65

Implementers 2

nativeProxyHandlerbuiltin_proxy.go

Calls

no outgoing calls

Tested by

no test coverage detected