Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dvalue-type.h127 constexpr bool is_bottom() const { return representation_ == kBottom; } in is_bottom() function
356 constexpr bool is_bottom() const { return kind() == kBottom; } in is_bottom() function