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

Method ownKeys

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

Source from the content-addressed store, hash-verified

140 deleteSym(target *Object, prop *Symbol) (bool, bool)
141
142 ownKeys(target *Object) (*Object, bool)
143 apply(target *Object, this Value, args []Value) (Value, bool)
144 construct(target *Object, args []Value, newTarget *Object) (Value, bool)
145

Callers 1

proxyOwnKeysMethod · 0.65

Implementers 2

nativeProxyHandlerbuiltin_proxy.go

Calls

no outgoing calls

Tested by

no test coverage detected