1proxyConstructor(self, 'Error', function () { 2 const err = ReflectCached.construct(...arguments); 3 cleanErrorStack(err); 4 return err; 5}); 6 7