aboutsummaryrefslogtreecommitdiff
tracing.record_call(
    /*line**/LINE_NUMBER/**/,
    /*col**/COL_NUMBER/**/,
    () => (/*expression**/FUN_EXPR/**/),
    "/*optional*/",
    () => ((...args) => args)/*parented_args**/(...COMMA_SEPARATED_ARGS)
)