sO cPcall(Concept.Ref ref, S method, O... args) { ret pcallWithEnter(cDeref(ref), method, args); } sO cPcall(O object, S method, O... args) { ret pcallWithEnter(object, method, args); }