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

Method getOwnPropSym

destruct.go:82–85  ·  view source on GitHub ↗
(symbol *Symbol)

Source from the content-addressed store, hash-verified

80}
81
82func (d *destructKeyedSource) getOwnPropSym(symbol *Symbol) Value {
83 d.recordKey(symbol)
84 return d.w().getOwnPropSym(symbol)
85}
86
87func (d *destructKeyedSource) setOwnStr(p unistring.String, v Value, throw bool) bool {
88 return d.w().setOwnStr(p, v, throw)

Callers

nothing calls this directly

Calls 3

recordKeyMethod · 0.95
wMethod · 0.95
getOwnPropSymMethod · 0.65

Tested by

no test coverage detected