mirror of https://github.com/nodejs/node.git
6 lines
56 B
JavaScript
6 lines
56 B
JavaScript
|
throw {
|
||
|
toString: function() {
|
||
|
throw this;
|
||
|
}
|
||
|
};
|