HasValue
bool HasValue(FunctionID* function,
inline bool HasValue(FunctionID* function,
return HasValue(function, thread, &expression);
bool HasValue(ObjectID* variable,
inline bool HasValue(ObjectID* variable,
return HasValue(variable, &path);
bool HasValue() const;
bool HasValue() const noexcept { return bool(fPtr); }
bool HasValue() const noexcept { return bool(fPtr); }
if (bodyTarget.HasValue()) {
if (bodyTarget.HasValue()) {
if (target.HasValue())
CPPUNIT_ASSERT(cookie->HasValue());