1
0
forked from mirrors/0ad
Files
0ad/source/lobby
Itms adcb9755ff Refactor freezing of JS objects
- Shallow-freezing of objects is never used in our codebase, so remove
   that code path.
 - Deep-freeze is bugged in recent versions of SpiderMonkey (see bug
   https://bugzilla.mozilla.org/show_bug.cgi?id=1930258). Until a fix
   and/or a better API is provided, reimplement this feature by
   recusively freezing object properties.
 - Add tests for the deepfreeze function.
2024-12-05 17:49:16 +01:00
..
2024-11-25 20:01:00 +01:00
2024-11-25 20:01:00 +01:00
2024-11-25 20:01:00 +01:00
2024-12-05 17:49:16 +01:00
2024-11-25 20:01:00 +01:00