在此区域内执行给定的action并捕获同步错误。
action
此函数等同于
try { this.run(action); } catch (e, s) { this.handleUncaughtError(e, s); }
参阅 run.
void runGuarded(void action());