| 128 | } |
| 129 | |
| 130 | void GoodArrayIterator::close ( Context & context, char * _value ) { |
| 131 | if ( _value ) { |
| 132 | char ** value = (char **) _value; |
| 133 | *value = nullptr; |
| 134 | } |
| 135 | array_unlock(context, *array, nullptr); |
| 136 | context.freeIterator((char *)this, debugInfo); |
| 137 | } |
| 138 | |
| 139 | vec4f SimNode_GoodArrayIterator::eval ( Context & context ) { |
| 140 | DAS_PROFILE_NODE |
no test coverage detected