Is there a way to recover default function arguments? That is, a functionDefaults function such that the below expression returns { a = 5; }?
functionDefaults
{ a = 5; }