Determine whether a symbol is interned.
static bool isInterned(String name) => _interned.containsKey(name);