e8acd400ac
The value of m_feMap is never used. Keys are used to assert when there is an attempt to define a function with already existing name. It does this job poorly because it is not an authoritative source of existing function names. When the top-level function is defined, setCached() is called, which already checks for duplicates, so let's rely on it.