mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
- 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. |
||
|---|---|---|
| .. | ||
| test_FunctionWrapper.h | ||
| test_Promises.h | ||
| test_ScriptConversions.h | ||
| test_ScriptInterface.h | ||