Home
last modified time | relevance | path

Searched refs:killer2 (Results 1 – 1 of 1) sorted by relevance

/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js697 function MovePicker(hashMove, depth, killer1, killer2) { argument
701 this.killer2 = killer2;
750 if (IsHashMoveValid(this.killer2) &&
751 this.killer2 != this.hashMove) {
752 this.moves[this.moves.length] = this.killer2;
755 this.killer2 = 0;
806 (this.stage > 4 && candidateMove == this.killer2)) {