()
| 134 | } |
| 135 | |
| 136 | func (o *templatedObject) materialisePropNames() { |
| 137 | if o.propNames == nil { |
| 138 | o.propNames = append(([]unistring.String)(nil), o.tmpl.propNames...) |
| 139 | } |
| 140 | } |
| 141 | |
| 142 | func (o *templatedObject) setOwnStr(p unistring.String, v Value, throw bool) bool { |
| 143 | existing := o.getOwnPropStr(p) // materialise property (in case it's an accessor) |
no outgoing calls
no test coverage detected