(funcName)
| 522 | reToString = /toString/g; |
| 523 | |
| 524 | function createToString(funcName) { |
| 525 | return lodashStable.constant(nativeString.replace(reToString, funcName)); |
| 526 | } |
| 527 | |
| 528 | // Allow bypassing native checks. |
| 529 | setProperty(funcProto, 'toString', function wrapper() { |