Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
H A Dinterface-descriptors.h158 kAllowVarArgs = 1u << 2, enumerator
330 return flags() & CallInterfaceDescriptorData::kAllowVarArgs; in AllowVarArgs()
425 static constexpr bool kAllowVarArgs = false; member in v8::internal::StaticCallInterfaceDescriptor
457 (DerivedDescriptor::kAllowVarArgs in flags()
458 ? CallInterfaceDescriptorData::kAllowVarArgs in flags()
468 return DerivedDescriptor::kAllowVarArgs; in AllowVarArgs()
597 static constexpr bool kAllowVarArgs = true; \
603 static constexpr bool kAllowVarArgs = true; \
627 static constexpr bool kAllowVarArgs = true; \
641 static constexpr bool kAllowVarArgs
[all...]

Completed in 2 milliseconds