Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-fast-api-calls.h208 return CTypeInfo(static_cast<int>(flags) | kIsWrapperTypeBit);
224 if (payload_ & kIsWrapperTypeBit) { in GetType()
243 static constexpr uintptr_t kIsWrapperTypeBit = 1 << 1; variable
247 static constexpr unsigned int kTypeOffset = kIsWrapperTypeBit;