mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 21:34:08 -07:00
Temporary workaround dropping of parent parameter from JS_NewObject* by switching to JS_NewObjectWithGivenProto. We should just drop support for serializing the parent since upstream is dropping the parent parameter from all those functions. Patch by leper. Addresses https://bugzilla.mozilla.org/show_bug.cgi?id=1136906 and https://bugzilla.mozilla.org/show_bug.cgi?id=1136345 This was SVN commit r18669. |
||
|---|---|---|
| .. | ||
| BinarySerializer.cpp | ||
| BinarySerializer.h | ||
| DebugSerializer.cpp | ||
| DebugSerializer.h | ||
| HashSerializer.cpp | ||
| HashSerializer.h | ||
| IDeserializer.cpp | ||
| IDeserializer.h | ||
| ISerializer.cpp | ||
| ISerializer.h | ||
| SerializedScriptTypes.h | ||
| SerializeTemplates.h | ||
| StdDeserializer.cpp | ||
| StdDeserializer.h | ||
| StdSerializer.cpp | ||
| StdSerializer.h | ||