| 134 | } |
| 135 | |
| 136 | bool Script::ResultIsInteger() { |
| 137 | LOG(TRACE) << "Entering Script::ResultIsInteger"; |
| 138 | return VariantUtilities::VariantIsInteger(this->result_); |
| 139 | } |
| 140 | |
| 141 | bool Script::ResultIsDouble() { |
| 142 | LOG(TRACE) << "Entering Script::ResultIsDouble"; |
no test coverage detected