Searched defs:int31_t (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/common/ | ||
H A D | globals.h | 1865 class int31_t { class in v8::internal::ForInFeedback::DefineKeyedOwnPropertyInLiteralFlag::ExceptionStatus 1867 constexpr int31_t() : value_(0) {} in int31_t() function in v8::internal::ForInFeedback::DefineKeyedOwnPropertyInLiteralFlag::ExceptionStatus::int31_t 1868 constexpr int31_t(int value) : value_(value) { // NOLINT(runtime/explicit) in int31_t() function in v8::internal::ForInFeedback::DefineKeyedOwnPropertyInLiteralFlag::ExceptionStatus::int31_t |
Completed in 8 milliseconds