Checks if a global variable exists
bool hasGlobal(String name) { return _vm!.globals.containsKey(name); }