(name valueInt, val, receiver Value, throw bool)
| 228 | } |
| 229 | |
| 230 | func (a *sparseArrayObject) setForeignIdx(name valueInt, val, receiver Value, throw bool) (bool, bool) { |
| 231 | return a._setForeignIdx(name, a.getOwnPropIdx(name), val, receiver, throw) |
| 232 | } |
| 233 | |
| 234 | type sparseArrayPropIter struct { |
| 235 | a *sparseArrayObject |
nothing calls this directly
no test coverage detected