| 144 | } |
| 145 | |
| 146 | bool Script::ResultIsBoolean() { |
| 147 | LOG(TRACE) << "Entering Script::ResultIsBoolean"; |
| 148 | return VariantUtilities::VariantIsBoolean(this->result_); |
| 149 | } |
| 150 | |
| 151 | bool Script::ResultIsEmpty() { |
| 152 | LOG(TRACE) << "Entering Script::ResultIsEmpty"; |
no test coverage detected