| 1277 | } |
| 1278 | |
| 1279 | void SetTypeOfLastNode() |
| 1280 | { |
| 1281 | currType = CodeInfo::nodeList.back()->typeInfo; |
| 1282 | CodeInfo::nodeList.pop_back(); |
| 1283 | } |
| 1284 | |
| 1285 | void GetFunctionContext(const char* pos, FunctionInfo *fInfo, bool handleThisCall) |
| 1286 | { |
no test coverage detected