class PropertyArray; // Alias for IsPropertyArray() that avoids inlining. // https://source.chromium.org/chromium/chromium/src/+/main:v8/src/objects/property-array.tq?l=5&c=1 V8_EXPORT_PRIVATE bool IsPropertyArray_NonInline(Tagged<HeapObject> o); // Definition https://source.chromium.org/chromium/chromium/src/+/main:v8/src/objects/property-array.tq?l=5&c=1 template <class D, class P> class TorqueGeneratedPropertyArray : public P { … };