Executes the given function f
in this zone.
Same as run but catches uncaught errors and gives them to handleUncaughtError.
Source
/*=R*/ runGuarded/*<R>*/(/*=R*/ f());
Executes the given function f
in this zone.
Same as run but catches uncaught errors and gives them to handleUncaughtError.
/*=R*/ runGuarded/*<R>*/(/*=R*/ f());