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