static O nullCall(O f) { try { ret callFunction(f); } catch e { silentException(e); null; } }