dynamic runBinaryGuarded(dynamic f(arg1, arg2), arg1, arg2)

Executes the given callback f in this zone.

Same as runBinary but catches uncaught errors and gives them to handleUncaughtError.

Source

/*=R*/ runBinaryGuarded/*<R, T1, T2>*/(
    /*=R*/ f(/*=T1*/ arg1, /*=T2*/ arg2), /*=T1*/ arg1, /*=T2*/ arg2);