Home
last modified time | relevance | path

Searched refs:kIsRestrictedBit (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-fast-api-calls.h281 kIsRestrictedBit = 1 << 3, // T must be float or double member in v8::CTypeInfo::Flags
759 uint8_t(kFlags) & uint8_t(CTypeInfo::Flags::kIsRestrictedBit), in Build()
761 "kIsRestrictedBit is only allowed for floating point types."); in Build()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-fast-api-calls.h284 kIsRestrictedBit = 1 << 3, // T must be float or double member in v8::CTypeInfo::Flags
792 uint8_t(kFlags) & uint8_t(CTypeInfo::Flags::kIsRestrictedBit), in Build()
794 "kIsRestrictedBit is only allowed for floating point types."); in Build()

Completed in 4 milliseconds