( a, b )
| 592 | tokenCache = createCache(), |
| 593 | compilerCache = createCache(), |
| 594 | sortOrder = function( a, b ) { |
| 595 | if ( a === b ) { |
| 596 | hasDuplicate = true; |
| 597 | } |
| 598 | return 0; |
| 599 | }, |
| 600 | |
| 601 | // General-purpose constants |
| 602 | strundefined = typeof undefined, |
nothing calls this directly
no outgoing calls
no test coverage detected