Searched defs:FixedTypedArrayBase (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects.h919 V(FixedTypedArrayBase) \
4565 class FixedTypedArrayBase: public FixedArrayBase { class in class:v8::internal::KeyCollectionMode
4567 // [base_pointer]: Either points to the FixedTypedArrayBase itself or nullptr.
4576 DECLARE_CAST(FixedTypedArrayBase)
4602 DISALLOW_IMPLICIT_CONSTRUCTORS(FixedTypedArrayBase);
4607 class FixedTypedArray: public FixedTypedArrayBase {

Completed in 73 milliseconds