| 1418 | |
| 1419 | if (hasJITed()) { |
| 1420 | // TODO: |
| 1421 | // 1. evaluate non-compilable sub exprs. |
| 1422 | // 2. Only support isDefaultNullBehavior() right now |
| 1423 | applyFunction(rows, context, result); |
| 1424 | return; |
| 1425 | } else if (isSpecialForm()) { |
| 1426 | #else |
| 1427 | if (isSpecialForm()) { |
| 1428 | #endif |
nothing calls this directly
no test coverage detected