* Sets the handle to be empty. IsEmpty() will then return true. */
| 174 | * Sets the handle to be empty. IsEmpty() will then return true. |
| 175 | */ |
| 176 | V8_INLINE void Clear() { val_ = nullptr; } |
| 177 | |
| 178 | V8_INLINE T* operator->() const { return val_; } |
| 179 |
no outgoing calls
no test coverage detected