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

Method keys

destruct.go:284–286  ·  view source on GitHub ↗
(all bool, accum []Value)

Source from the content-addressed store, hash-verified

282}
283
284func (d *destructKeyedSource) keys(all bool, accum []Value) []Value {
285 return d.filterUsedKeys(d.w().keys(all, accum))
286}
287
288func (d *destructKeyedSource) _putProp(name unistring.String, value Value, writable, enumerable, configurable bool) Value {
289 return d.w()._putProp(name, value, writable, enumerable, configurable)

Callers

nothing calls this directly

Calls 3

filterUsedKeysMethod · 0.95
wMethod · 0.95
keysMethod · 0.65

Tested by

no test coverage detected