static Cl checkStandardFunctionDefinitionForSafety(S fname) { S code = textOfStandardFunction(fname); code = jreplace(code, fname, "this"); printWithIndent("> ", code); ret getCodeFragmentSafety(code); }