| 707 | } |
| 708 | |
| 709 | void AddNullPointer() |
| 710 | { |
| 711 | CodeInfo::nodeList.push_back(new NodeNumber(0, CodeInfo::GetReferenceType(typeVoid))); |
| 712 | } |
| 713 | |
| 714 | // Function that places string on stack, using list of NodeNumber in NodeExpressionList |
| 715 | void AddStringNode(const char* s, const char* e, bool unescaped) |
no test coverage detected