(val, global)
| 157 | } |
| 158 | |
| 159 | handleValue(val, global) { |
| 160 | let globalValue = ArrayToObject(global); |
| 161 | let context = Object.assign({}, {global: globalValue}, this.records); |
| 162 | return handleParamsValue(val, context); |
| 163 | } |
| 164 | |
| 165 | handleEvnParams(params) { |
| 166 | let result = []; |
no test coverage detected