mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
6 lines
56 B
JavaScript
6 lines
56 B
JavaScript
throw {
|
|
toString: function() {
|
|
throw this;
|
|
}
|
|
};
|