Searched defs:TypedArray_base (Results 1 – 1 of 1) sorted by relevance
121839 struct TypedArray_base : public TypedArrayObjectStorage { struct121840 typedef T element_type;121842 TypedArray_base() in TypedArray_base() argument121850 TypedArray_base(TypedArray_base&& aOther) in TypedArray_base() argument121864 mutable T* mData;121865 mutable uint32_t mLength;121866 mutable bool mShared;121867 mutable bool mComputed;121870 inline bool Init(JSObject* obj) in Init()121877 inline bool inited() const { in inited()[all …]