在 dart 中创建一个 js 的 Error 对象
@override JSFValue makeError(String errorStr) { return JSFValueJSCImpl.makeError(this, errorStr); }