mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 14:53:56 -07:00
ScriptInterface is now a wrapper around a JSCompartment, and thus always has a well-defined global. The error reporter is moved to ScriptRuntime in anticipation of that handling JSContext in a later diff. Part of the SM52 migration, stage: SM45 compatible. Patch by: Itms Tested By: Freagarach Refs #4893 Differential Revision: https://code.wildfiregames.com/D3090 This was SVN commit r24180. |
||
|---|---|---|
| .. | ||
| JSInterface_ConfigDB.cpp | ||
| JSInterface_ConfigDB.h | ||
| JSInterface_Console.cpp | ||
| JSInterface_Console.h | ||
| JSInterface_Debug.cpp | ||
| JSInterface_Debug.h | ||
| JSInterface_Game.cpp | ||
| JSInterface_Game.h | ||
| JSInterface_Main.cpp | ||
| JSInterface_Main.h | ||
| JSInterface_Mod.cpp | ||
| JSInterface_Mod.h | ||
| JSInterface_ModIo.cpp | ||
| JSInterface_ModIo.h | ||
| JSInterface_SavedGame.cpp | ||
| JSInterface_SavedGame.h | ||
| JSInterface_UserReport.cpp | ||
| JSInterface_UserReport.h | ||
| JSInterface_VFS.cpp | ||
| JSInterface_VFS.h | ||
| JSInterface_VisualReplay.cpp | ||
| JSInterface_VisualReplay.h | ||