• function
 

Return f.call(thisArg, x), or if it throws, return the exception

Fold.tryCatchReturn(f, x, thisArg, next)

Return f.call(thisArg, x), or if it throws, return the exception

Parameters

  1. f {*}

  2. x {*}

  3. thisArg {*}

  4. next {*}

Help us improve StealJS by taking our community survey