Home
last modified time | relevance | path

Searched defs:kCanBeWeak (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dcompressed-slots.h24 static constexpr bool kCanBeWeak = false; variable
70 static constexpr bool kCanBeWeak = true; variable
132 static constexpr bool kCanBeWeak = false; variable
Dslots.h97 static constexpr bool kCanBeWeak = false; variable
141 static constexpr bool kCanBeWeak = true; variable
Dtagged-impl.h34 static const bool kCanBeWeak = kRefType == HeapObjectReferenceType::WEAK; variable