Chrome: V8: Type confusion in ElementsAccessorBase::CollectValuesOrEntriesImpl
CVE-2018-6064
Here's a snippet of the method.
https://cs.chromium.org/chromium/src/v8/src/elements.cc?rcl=3cbf26e8a21aa76703d2c3c51adb9c96119500da&l=1051
static Maybe CollectValuesOrEntriesImpl(
Isolate* isolate, Handle object,
Handle values_or_entries, bool get_entries, int* nof_items,
PropertyFilter filter) {
...
for (int i = 0; i < keys->length(); ++i) {
Handle