| 3387 | } |
| 3388 | |
| 3389 | void asCReader::SListAdjuster::SetNextType(int typeId) |
| 3390 | { |
| 3391 | asASSERT( nextTypeId == -1 ); |
| 3392 | |
| 3393 | nextTypeId = typeId; |
| 3394 | } |
| 3395 | |
| 3396 | void asCReader::CalculateStackNeeded(asCScriptFunction *func) |
| 3397 | { |
no test coverage detected