( a, b )
| 620 | tokenCache = createCache(), |
| 621 | compilerCache = createCache(), |
| 622 | sortOrder = function( a, b ) { |
| 623 | if ( a === b ) { |
| 624 | hasDuplicate = true; |
| 625 | } |
| 626 | return 0; |
| 627 | }, |
| 628 | |
| 629 | // General-purpose constants |
| 630 | MAX_NEGATIVE = 1 << 31, |
nothing calls this directly
no outgoing calls
no test coverage detected