mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Issue #2692 - Part 7: De-globalize {*}CompileOptions.
Make all users of the various *CompileOptions classes #include "js/CompileOptions.h" so that nothing but that file has to know about these classes having a JS_PUBLIC_API on them, that would have to be present in forward-declarations.
This commit is contained in:
parent
2e4620b5af
commit
5fd304507d
27 changed files with 89 additions and 52 deletions
|
|
@ -69,6 +69,7 @@ using namespace js;
|
|||
using namespace js::selfhosted;
|
||||
|
||||
using JS::AutoCheckCannotGC;
|
||||
using JS::CompileOptions;
|
||||
using mozilla::IsInRange;
|
||||
using mozilla::Maybe;
|
||||
using mozilla::PodMove;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue