(name unistring.String, val, receiver Value, throw bool)
| 273 | } |
| 274 | |
| 275 | func (a *arrayObject) setForeignStr(name unistring.String, val, receiver Value, throw bool) (bool, bool) { |
| 276 | return a._setForeignStr(name, a.getOwnPropStr(name), val, receiver, throw) |
| 277 | } |
| 278 | |
| 279 | type arrayPropIter struct { |
| 280 | a *arrayObject |
nothing calls this directly
no test coverage detected