sbool canCallAndMakeFunctionNamed(S functionName) {
  ret hasMethodNamed(mc(), functionName)
    || isStandardFunction(functionName);
}