Searched defs:IsJust (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/include/v8-include/ | ||
H A D | v8-maybe.h | 35 V8_INLINE bool IsJust() const { return has_value_; } in IsJust() function in v8::Maybe 133 V8_INLINE bool IsJust() cons in IsNothing() function in v8::Maybe [all...] |
/third_party/node/deps/v8/include/ | ||
H A D | v8-maybe.h | 32 V8_INLINE bool IsJust() const { return has_value_; } in IsJust() function in v8::Maybe 110 V8_INLINE bool IsJust() const { return is_valid_; } in IsJust() function in v8::Maybe [all...] |
Completed in 1 milliseconds