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