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

Method getOwnPropertyDescriptorStr

proxy.go:118–118  ·  view source on GitHub ↗
(target *Object, prop unistring.String)

Source from the content-addressed store, hash-verified

116 preventExtensions(target *Object) (bool, bool)
117
118 getOwnPropertyDescriptorStr(target *Object, prop unistring.String) (Value, bool)
119 getOwnPropertyDescriptorIdx(target *Object, prop valueInt) (Value, bool)
120 getOwnPropertyDescriptorSym(target *Object, prop *Symbol) (Value, bool)
121

Callers 1

getOwnPropStrMethod · 0.65

Implementers 2

nativeProxyHandlerbuiltin_proxy.go

Calls

no outgoing calls

Tested by

no test coverage detected