| 93 | CompilerStringTable &getFunctionStringTable() { return gFunctionStringTable; } |
| 94 | |
| 95 | void setCurrentStringTable (CompilerStringTable* cst) { gCurrentStringTable = cst; } |
| 96 | |
| 97 | CompilerFloatTable *getCurrentFloatTable() { return gCurrentFloatTable; } |
| 98 | CompilerFloatTable &getGlobalFloatTable() { return gGlobalFloatTable; } |
no outgoing calls
no test coverage detected