Searched defs:TypedArrayObjectStorage (Results 1 – 1 of 1) sorted by relevance
121800 struct TypedArrayObjectStorage : AllTypedArraysBase { struct121802 JSObject* mTypedObj;121803 JSObject* mWrappedObj;121805 TypedArrayObjectStorage() in TypedArrayObjectStorage() function121811 TypedArrayObjectStorage(TypedArrayObjectStorage&& aOther) in TypedArrayObjectStorage() argument121820 inline void TraceSelf(JSTracer* trc) in TraceSelf()