Searched refs:objCollection (Results 1 – 1 of 1) sorted by relevance
729 var objCollection = {a: 'foo', b: 'bar', c: 'bbiz'}; class in AnonymousFunction105fccb05900730 assert.deepEqual(_.mapObject(objCollection, /b/g), {a: 0, b: 1, c: 2});