| 129 | } |
| 130 | |
| 131 | bool Script::ResultIsString() { |
| 132 | LOG(TRACE) << "Entering Script::ResultIsString"; |
| 133 | return VariantUtilities::VariantIsString(this->result_); |
| 134 | } |
| 135 | |
| 136 | bool Script::ResultIsInteger() { |
| 137 | LOG(TRACE) << "Entering Script::ResultIsInteger"; |
no test coverage detected