Bug 783829 - Rename Proxy enumerate trap to getEnumerablePropertyKeys. r=efaust

This commit is contained in:
Tom Schuster
2014-11-14 16:21:12 +01:00
parent 81fd8a66c8
commit 892aa58156
24 changed files with 174 additions and 160 deletions

View File

@@ -305,7 +305,7 @@ Snapshot(JSContext *cx, HandleObject pobj_, unsigned flags, AutoIdVector *props)
return false;
}
} else {
if (!Proxy::enumerate(cx, pobj, proxyProps))
if (!Proxy::getEnumerablePropertyKeys(cx, pobj, proxyProps))
return false;
}