Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
H A Dv8-fast-api-calls.h740 MergeFlags(internal::TypeInfoHelper<T>::Flags(), Flags...); in Build()
777 static constexpr CTypeInfo::Flags MergeFlags(CTypeInfo::Flags flags, in MergeFlags() function in v8::CTypeInfoBuilder
779 return CTypeInfo::Flags(uint8_t(flags) | uint8_t(MergeFlags(rest...))); in MergeFlags()
781 static constexpr CTypeInfo::Flags MergeFlags() { return CTypeInfo::Flags(0); } in MergeFlags() function in v8::CTypeInfoBuilder
/third_party/node/deps/v8/include/v8-include/
H A Dv8-fast-api-calls.h773 MergeFlags(internal::TypeInfoHelper<T>::Flags(), Flags...); in Build()
810 static constexpr CTypeInfo::Flags MergeFlags(CTypeInfo::Flags flags, in MergeFlags() function in v8::CTypeInfoBuilder
812 return CTypeInfo::Flags(uint8_t(flags) | uint8_t(MergeFlags(rest...))); in MergeFlags()
814 static constexpr CTypeInfo::Flags MergeFlags() { return CTypeInfo::Flags(0); } in MergeFlags() function in v8::CTypeInfoBuilder

Completed in 5 milliseconds