Home
last modified time | relevance | path

Searched defs:IsNothing (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-maybe.h31 V8_INLINE bool IsNothing() const { return !has_value_; } in IsNothing() function
109 V8_INLINE bool IsNothing() const { return !is_valid_; } in IsNothing() function