... #include <wtf/RefCounted.h> namespace WebCore { class Int32Array : public ArrayBufferView { public: virtual bool isIntArray() const { return true; } ...
確定! 回上一頁