(all, num)
| 4550 | |
| 4551 | var origPOS = Expr.match.POS, |
| 4552 | fescape = function(all, num){ |
| 4553 | return "\\" + (num - 0 + 1); |
| 4554 | }; |
| 4555 | |
| 4556 | for ( var type in Expr.match ) { |
| 4557 | Expr.match[ type ] = new RegExp( Expr.match[ type ].source + (/(?![^\[]*\])(?![^\(]*\))/.source) ); |
nothing calls this directly
no outgoing calls
no test coverage detected