(v Value)
| 281 | } |
| 282 | |
| 283 | func (r *objStrRef) init(v Value) { |
| 284 | if r.this != nil { |
| 285 | r.base.setStr(r.name, v, r.this, r.strict) |
| 286 | } else { |
| 287 | r.base.self.setOwnStr(r.name, v, r.strict) |
| 288 | } |
| 289 | } |
| 290 | |
| 291 | func (r *objStrRef) refname() unistring.String { |
| 292 | return r.name |