(input)
| 3899 | } |
| 3900 | |
| 3901 | function evalFilter(input) { |
| 3902 | var code = '(function() {\n"use strict";\nreturn ' + input + '\n})()'; |
| 3903 | |
| 3904 | return vm.runInNewContext(code); |
| 3905 | } |
| 3906 | |
| 3907 | function evalView(input) { |
| 3908 | var code = [ |
no outgoing calls
no test coverage detected
searching dependent graphs…