static L getStdFunctionMethods(S functionName) { Class c = loadFunctions_cached(functionName); ret findMethodsNamed(c, functionName); }