9b26e4fa7e4a0167ffbaadc776a0a579b1971d18
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 module.exports = function (T, a) {
4         var x = {};
5         a((new T([[x, 'foo']])).get(x), 'foo');
6 };