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