| 828 | } |
| 829 | |
| 830 | Dictionary::Entry *addVariableEntry(const char *name) |
| 831 | { |
| 832 | name = prependDollar(name); |
| 833 | return gEvalState.globalVars.add(StringTable->insert(name)); |
| 834 | } |
| 835 | |
| 836 | Dictionary::Entry *getAddVariableEntry(const char *name) |
| 837 | { |
nothing calls this directly
no test coverage detected