( a, b )
| 43 | tokenCache = createCache(), |
| 44 | compilerCache = createCache(), |
| 45 | sortOrder = function( a, b ) { |
| 46 | if ( a === b ) { |
| 47 | hasDuplicate = true; |
| 48 | } |
| 49 | return 0; |
| 50 | }, |
| 51 | |
| 52 | // General-purpose constants |
| 53 | strundefined = typeof undefined, |
nothing calls this directly
no outgoing calls
no test coverage detected