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

Method getOwnPropertyDescriptorIdx

proxy.go:119–119  ·  view source on GitHub ↗
(target *Object, prop valueInt)

Source from the content-addressed store, hash-verified

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
122 definePropertyStr(target *Object, prop unistring.String, desc PropertyDescriptor) (bool, bool)

Callers 1

getOwnPropIdxMethod · 0.65

Implementers 2

nativeProxyHandlerbuiltin_proxy.go

Calls

no outgoing calls

Tested by

no test coverage detected