| 38 | // Used by CodegenAnyVal::EqToNativePtr() |
| 39 | |
| 40 | bool StringValueEq(const StringVal& x, const StringValue& y) { |
| 41 | StringValue sv = StringValue::FromStringVal(x); |
| 42 | return sv.Eq(y); |
| 43 | } |
| 44 | |
| 45 | bool TimestampValueEq(const TimestampVal& x, const TimestampValue& y) { |
| 46 | TimestampValue tv = TimestampValue::FromTimestampVal(x); |