| 770 | } |
| 771 | |
| 772 | Dictionary::Entry *addVariableEntry(const char *name) |
| 773 | { |
| 774 | name = prependDollar(name); |
| 775 | return gEvalState.globalVars.add(StringTable->insert(name)); |
| 776 | } |
| 777 | |
| 778 | Dictionary::Entry *getAddVariableEntry(const char *name) |
| 779 | { |
nothing calls this directly
no test coverage detected