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

Method w

destruct.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (d *destructKeyedSource) w() objectImpl {
30 return d.wrapped.ToObject(d.r).self
31}
32
33func (d *destructKeyedSource) recordKey(key Value) {
34 d.usedKeys.add(key)

Callers 15

sortLenMethod · 0.95
sortGetMethod · 0.95
swapMethod · 0.95
classNameMethod · 0.95
typeOfMethod · 0.95
getStrMethod · 0.95
getIdxMethod · 0.95
getSymMethod · 0.95
getOwnPropStrMethod · 0.95
getOwnPropIdxMethod · 0.95
getOwnPropSymMethod · 0.95
setOwnStrMethod · 0.95

Calls 1

ToObjectMethod · 0.65

Tested by

no test coverage detected