()
| 57 | } |
| 58 | |
| 59 | func (o *objectGoArrayReflect) _init() { |
| 60 | o.objectGoReflect.init() |
| 61 | o.class = classArray |
| 62 | o.prototype = o.val.runtime.getArrayPrototype() |
| 63 | o.baseObject._put("length", &o.lengthProp) |
| 64 | } |
| 65 | |
| 66 | func (o *objectGoArrayReflect) init() { |
| 67 | o._init() |
no test coverage detected