(key, value, context)
| 108 | })(); |
| 109 | |
| 110 | function lengthReviver(key, value, context) { |
| 111 | if (key == '') return value; |
| 112 | if (context === undefined) return 'undefined'; |
| 113 | return context.source.length; |
| 114 | } |
| 115 | |
| 116 | (function TestContext() { |
| 117 | const stringify = JSON.stringify; |
no outgoing calls
no test coverage detected