| 816 | } |
| 817 | |
| 818 | Dictionary::Entry *getLocalVariableEntry(const char *name) |
| 819 | { |
| 820 | name = prependPercent(name); |
| 821 | return gEvalState.getCurrentFrame().lookup(StringTable->insert(name)); |
| 822 | } |
| 823 | |
| 824 | Dictionary::Entry *getVariableEntry(const char *name) |
| 825 | { |
nothing calls this directly
no test coverage detected