SetLen is called when the array's 'length' property is changed. If the length is increased all elements in the 'new' section of the array should be zeroed.
(int)
| 58 | // SetLen is called when the array's 'length' property is changed. If the length is increased all elements in the |
| 59 | // 'new' section of the array should be zeroed. |
| 60 | SetLen(int) bool |
| 61 | } |
| 62 | |
| 63 | type baseDynamicObject struct { |
no outgoing calls
no test coverage detected