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

Method getOwnPropIdx

destruct.go:77–80  ·  view source on GitHub ↗
(v valueInt)

Source from the content-addressed store, hash-verified

75}
76
77func (d *destructKeyedSource) getOwnPropIdx(v valueInt) Value {
78 d.recordKey(v.toString())
79 return d.w().getOwnPropIdx(v)
80}
81
82func (d *destructKeyedSource) getOwnPropSym(symbol *Symbol) Value {
83 d.recordKey(symbol)

Callers

nothing calls this directly

Calls 4

recordKeyMethod · 0.95
wMethod · 0.95
toStringMethod · 0.65
getOwnPropIdxMethod · 0.65

Tested by

no test coverage detected