| 3478 | } |
| 3479 | |
| 3480 | void asCReader::SListAdjuster::SetNextType(int typeId) |
| 3481 | { |
| 3482 | asASSERT( nextTypeId == -1 ); |
| 3483 | |
| 3484 | nextTypeId = typeId; |
| 3485 | } |
| 3486 | |
| 3487 | void asCReader::CalculateStackNeeded(asCScriptFunction *func) |
| 3488 | { |
no test coverage detected