Bug 1656411 - Move typed array, ArrayBuffer, and dataview-related functions out of jsfriendapi.h to two new headers. r=mgaudet,jgilbert

Differential Revision: https://phabricator.services.mozilla.com/D85524
This commit is contained in:
Jeff Walden
2020-07-31 16:37:27 +00:00
parent 88982b4a0a
commit d6ec80e9ec
77 changed files with 618 additions and 488 deletions

View File

@@ -7,6 +7,7 @@
#include "ClientWebGLExtensions.h"
#include "HostWebGLContext.h"
#include "js/ScalarType.h" // js::Scalar::Type
#include "mozilla/dom/ToJSValue.h"
#include "mozilla/dom/WebGLContextEvent.h"
#include "mozilla/dom/WorkerCommon.h"