(proc)
| 29873 | } |
| 29874 | |
| 29875 | function createThunk(proc) { |
| 29876 | var thunk = CACHED_thunk[proc.funcName] |
| 29877 | return thunk(compile.bind(undefined, proc)) |
| 29878 | } |
| 29879 | |
| 29880 | function compile(proc) { |
| 29881 | return CACHED_CWiseOp[proc.funcName] |
no test coverage detected
searching dependent graphs…