Bug 1846194 - Remove off-thread compilation and decode API. r=nbp

Differential Revision: https://phabricator.services.mozilla.com/D185125
This commit is contained in:
Tooru Fujisawa
2023-09-01 03:43:21 +00:00
parent ea40e7bdbd
commit d2ffe31339
29 changed files with 32 additions and 1663 deletions

View File

@@ -18,7 +18,6 @@
#include "js/ErrorReport.h" // JSErrorBase
#include "js/friend/ErrorMessages.h" // js::GetErrorMessage, JSMSG_*
#include "js/Modules.h" // JS::FinishDynamicModuleImport, JS::{G,S}etModuleResolveHook, JS::Get{ModulePrivate,ModuleScript,RequestedModule{s,Specifier,SourcePos}}, JS::SetModule{DynamicImport,Metadata}Hook
#include "js/OffThreadScriptCompilation.h"
#include "js/PropertyAndElement.h" // JS_DefineProperty, JS_GetElement
#include "js/SourceText.h"
#include "mozilla/BasePrincipal.h"