Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js1816 if (ExposesCheck(from, kingPos)) {
1822 if (ExposesCheck(epcEnd, kingPos)) {
1839 g_inCheck = ExposesCheck(from, theirKingPos);
1844 g_inCheck = ExposesCheck(epcEnd, theirKingPos);
1950 function ExposesCheck(from, kingPos){ function