| 1226 | } |
| 1227 | |
| 1228 | void ConvertTypeToReference(const char* pos) |
| 1229 | { |
| 1230 | CodeInfo::lastKnownStartPos = pos; |
| 1231 | if(!currType) |
| 1232 | currType = typeObject; |
| 1233 | else |
| 1234 | currType = CodeInfo::GetReferenceType(currType); |
| 1235 | } |
| 1236 | |
| 1237 | void ConvertTypeToArray(const char* pos) |
| 1238 | { |
no outgoing calls
no test coverage detected