You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: support some virtual contexts in toThrow (#1609)
* fix: support some virtual contexts in `toThrow`
This adds support for VM situations where we pass a `RegExp` from
another process.
Note that we don't have a full fix for this stuff until `check-error`
also supports `Error` being from another origin.
* fix: support throwing of unusual errors
Adds support for throwing things like `undefined`, functions, etc.
* chore: upgrade check-error
0 commit comments