Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dcookie.js627 function cookieCompare(a,b) { function
1192 cookies = cookies.sort(cookieCompare);
1215 .sort(cookieCompare)
1428 exports.cookieCompare = cookieCompare;
/third_party/node/deps/npm/node_modules/tough-cookie/
DREADME.md90 ### `cookieCompare(a,b)`
100 cookies = cookies.sort(cookieCompare);
154 … at construction, used to provide greater sort precision (please see `cookieCompare(a,b)` for a fu…
279 … an `Array` of `Cookie` objects is passed. The array is sorted with `cookieCompare()` unless the …