Searched refs:kIsSmi (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/objects/ | ||
D | tagged-field.h | 30 static constexpr bool kIsSmi = std::is_base_of<Smi, T>::value; variable |
D | tagged-field-inl.h | 33 if (kIsSmi) { in tagged_to_full() |