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

Method definePropertyIdx

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

Source from the content-addressed store, hash-verified

121
122 definePropertyStr(target *Object, prop unistring.String, desc PropertyDescriptor) (bool, bool)
123 definePropertyIdx(target *Object, prop valueInt, desc PropertyDescriptor) (bool, bool)
124 definePropertySym(target *Object, prop *Symbol, desc PropertyDescriptor) (bool, bool)
125
126 hasStr(target *Object, prop unistring.String) (bool, bool)

Callers 1

defineOwnPropertyIdxMethod · 0.65

Implementers 2

nativeProxyHandlerbuiltin_proxy.go

Calls

no outgoing calls

Tested by

no test coverage detected