Home | History | Annotate | Download | only in harmony

Lines Matching refs:TestMapping

89 function TestMapping(map, key, value) {
94 TestMapping(m, new Object, 23);
95 TestMapping(m, new Object, 'the-value');
96 TestMapping(m, new Object, new Object);
105 TestMapping(m, i, new Object);
106 TestMapping(m, i / 10, new Object);
107 TestMapping(m, 'key-' + i, new Object);
111 TestMapping(m, keys[i], new Object);
120 TestMapping(m, key, 'to-be-present');
123 TestMapping(m, key, undefined);
134 TestMapping(m, key, 'to-be-deleted');
198 TestMapping(m, new Object, 'foobar');