| 4927 | } |
| 4928 | |
| 4929 | void TypePrototypeFinish() |
| 4930 | { |
| 4931 | CodeInfo::nodeList.push_back(new NodeZeroOP()); |
| 4932 | newType = NULL; |
| 4933 | |
| 4934 | // Remove class members from global scope |
| 4935 | EndBlock(false, false); |
| 4936 | } |
| 4937 | |
| 4938 | // End of type definition |
| 4939 | void TypeFinish() |
no test coverage detected