static AutoCloseable tempPostStackInfo(O object, S methodName, O... args) { var tl = stackInfo_tl(); L list = tl!; if (list == null) tl.set(list = syncL()); ret tempAdd(list, new MethodCall_noeq(object, methodName, args)); }