| 18070 | } |
| 18071 | |
| 18072 | void asCExprContext::Merge(asCExprContext *after) |
| 18073 | { |
| 18074 | // Overwrite properties with the expression that comes after |
| 18075 | Copy(after); |
| 18076 | |
| 18077 | // Clean the properties in 'after' that have now moved into |
| 18078 | // this structure so they are not cleaned up accidentally |
| 18079 | after->property_arg = 0; |
| 18080 | } |
| 18081 | |
| 18082 | |
| 18083 |
no outgoing calls
no test coverage detected