(val super.Value)
| 216 | } |
| 217 | |
| 218 | func hasError(val super.Value) bool { |
| 219 | result := function.HasError{}.Call([]super.Value{val}) |
| 220 | return result.AsBool() |
| 221 | } |
| 222 | |
| 223 | func (t *translator) hasFromParent(loc ast.Node, seq sem.Seq) sem.Seq { |
| 224 | if len(seq) > 0 { |
no test coverage detected