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

Method keys

object_dynamic.go:543–545  ·  view source on GitHub ↗
(all bool, accum []Value)

Source from the content-addressed store, hash-verified

541}
542
543func (o *dynamicObject) keys(all bool, accum []Value) []Value {
544 return o.stringKeys(all, accum)
545}
546
547func (*baseDynamicObject) _putProp(name unistring.String, value Value, writable, enumerable, configurable bool) Value {
548 return nil

Callers

nothing calls this directly

Calls 1

stringKeysMethod · 0.95

Tested by

no test coverage detected