Index: src/proxy.js |
diff --git a/src/proxy.js b/src/proxy.js |
index 53a35724748b56e4c147b83918f5ca8283045e8c..285d33c7fa1a208607d13698a48250b35129a76c 100644 |
--- a/src/proxy.js |
+++ b/src/proxy.js |
@@ -189,6 +189,6 @@ function ProxyEnumerate(proxy) { |
if (IS_UNDEFINED(handler.enumerate)) { |
return %Apply(DerivedEnumerateTrap, handler, [], 0, 0) |
} else { |
- return ToStringArray(handler.enumerate(), "enumerate") |
+ return ToNameArray(handler.enumerate(), "enumerate") |
} |
} |