Home
last modified time | relevance | path

Searched refs:kIsTypedArray (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-fast-api-calls.h271 kIsTypedArray, // TypedArray of T or any ArrayBufferView if T enumerator
680 return CTypeInfo::SequenceType::kIsTypedArray; \
712 return CTypeInfo::SequenceType::kIsTypedArray;
747 (kSequenceType == CTypeInfo::SequenceType::kIsTypedArray ||
766 kSequenceType == CTypeInfo::SequenceType::kIsTypedArray,
/third_party/node/deps/v8/src/compiler/
Dfast-api-calls.cc63 } else if (sequence_type == CTypeInfo::SequenceType::kIsTypedArray) { in ResolveOverloads()
Deffect-control-linearizer.cc4992 case CTypeInfo::SequenceType::kIsTypedArray: { in AdaptFastCallArgument()
5056 case CTypeInfo::SequenceType::kIsTypedArray: { in AdaptOverloadedFastCallArgument()
Dsimplified-lowering.cc1911 case CTypeInfo::SequenceType::kIsTypedArray: { in UseInfoForFastApiCallArgument()