projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c7ee9069a9a30804882e5791065782c3d8a30fa3
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
var findIndex = require('../find-index/shim');
4
5
module.exports = function (predicate/*, thisArg*/) {
6
var index = findIndex.apply(this, arguments);
7
return (index === -1) ? undefined : this[index];
8
};