Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
use uuid cookie
Commit Description:
use uuid cookie
'use strict' ;
// 22.1.3.9 Array.prototype.findIndex(predicate, thisArg = undefined)
var $export = require ( './_export' );
var $find = require ( './_array-methods' )( 6 );
var KEY = 'findIndex' ;
var forced = true ;
// Shouldn't skip holes
if ( KEY in []) Array ( 1 )[ KEY ]( function () { forced = false ; });
$export ( $export . P + $export . F * forced , 'Array' , {
findIndex : function findIndex ( callbackfn /* , that = undefined */ ) {
return $find ( this , callbackfn , arguments . length > 1 ? arguments [ 1 ] : undefined );
}
});
require ( './_add-to-unscopables' )( KEY );
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings