Closed moztcampbell closed 3 years ago
This causes trouble for MSVC when the symbol is imported from the mozjs DLL. Using ordinary static member works fine instead.
Oops, it should be const still, you are right.
Added const. Will push this and then fix the issues with fx91 (now that it is the beta branch that CI pulls from).
const
This causes trouble for MSVC when the symbol is imported from the mozjs DLL. Using ordinary static member works fine instead.