Index: src/v8natives.js |
diff --git a/src/v8natives.js b/src/v8natives.js |
index 9d57a7944af0a43ff13f2d9f7e07a779259bf174..c16d73e82ed05dc75890a8ba4e82c965330ffc92 100644 |
--- a/src/v8natives.js |
+++ b/src/v8natives.js |
@@ -462,6 +462,7 @@ function PropertyDescriptor() { |
} |
PropertyDescriptor.prototype.__proto__ = null; |
+ |
PropertyDescriptor.prototype.toString = function() { |
return "[object PropertyDescriptor]"; |
}; |