Lines Matching refs:matchesProperty

3318         [lodashStable.matchesProperty('b', 1), stubB],
14130 matches = _.matchesProperty('a', 1);
14135 matches = _.matchesProperty('b', 3);
14138 matches = _.matchesProperty('a', { 'a': 1, 'c': 3 });
14141 matches = _.matchesProperty('a', { 'c': 3, 'd': 4 });
14145 matches = _.matchesProperty('a', { 'b': { 'c': 1 } });
14156 var matches = _.matchesProperty(path, 2);
14167 var matches = _.matchesProperty(path, 2);
14183 var matches = _.matchesProperty(key, values[index]),
14204 var matches = _.matchesProperty(index ? [path] : path, object[path]);
14218 var matches = _.matchesProperty(path, 1);
14230 var matches = _.matchesProperty(path, 1);
14249 var matches = _.matchesProperty(path, 1);
14267 var matches = _.matchesProperty(path, 1);
14281 var matches = _.matchesProperty(path, { 'b': 2 });
14298 assert.deepEqual(lodashStable.map(objects, _.matchesProperty(path, new Foo)), expected);
14307 matches = _.matchesProperty('a', object1);
14316 var matches = _.matchesProperty('a', -0);
14319 matches = _.matchesProperty('a', 0);
14329 matches = _.matchesProperty('a', object1);
14345 actual = lodashStable.map(objects, _.matchesProperty('a', Foo));
14356 matches = _.matchesProperty('a', { 'b': 1 });
14365 actual = lodashStable.filter(objects, _.matchesProperty('a', ['d']));
14369 actual = lodashStable.filter(objects, _.matchesProperty('a', ['b', 'd']));
14372 actual = lodashStable.filter(objects, _.matchesProperty('a', ['d', 'b']));
14380 actual = lodashStable.filter(objects, _.matchesProperty('a', [2, 2]));
14393 …var actual = lodashStable.filter(objects, _.matchesProperty('a', [{ 'a': 1 }, { 'a': 4, 'b': 5 }])…
14407 var actual = lodashStable.filter(objects, _.matchesProperty('a', map));
14412 actual = lodashStable.filter(objects, _.matchesProperty('a', map));
14417 actual = lodashStable.filter(objects, _.matchesProperty('a', map));
14437 var actual = lodashStable.filter(objects, _.matchesProperty('a', set));
14442 actual = lodashStable.filter(objects, _.matchesProperty('a', set));
14447 actual = lodashStable.filter(objects, _.matchesProperty('a', set));
14460 actual = lodashStable.map(objects, _.matchesProperty('b', undefined)),
14466 actual = lodashStable.map(objects, _.matchesProperty('a', { 'b': undefined }));
14477 var matches = _.matchesProperty(path, undefined);
14482 var matches = _.matchesProperty(path, undefined);
14494 var matches = _.matchesProperty('b', undefined);
14501 matches = _.matchesProperty('a', { 'c': undefined });
14514 matches = _.matchesProperty('a', { 'a': [], 'b': {} });
14528 matches = _.matchesProperty('a', source);