(v valueInt)
| 686 | } |
| 687 | |
| 688 | func (a *dynamicArray) hasOwnPropertyIdx(v valueInt) bool { |
| 689 | return a._has(toIntStrict(int64(v))) |
| 690 | } |
| 691 | |
| 692 | func (a *dynamicArray) defineOwnPropertyStr(name unistring.String, desc PropertyDescriptor, throw bool) bool { |
| 693 | if a.checkDynamicObjectPropertyDescr(name, desc, throw) { |
no test coverage detected