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