//@target: ES6 var map = new Map([["", true]]); for (var v of map) { v; }