Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/common/
Dglobals.h1867 constexpr int31_t() : value_(0) {} in int31_t() function
1868 constexpr int31_t(int value) : value_(value) { // NOLINT(runtime/explicit) in int31_t() function