Delete script scheduler, since it causes GC crashes and isn't used for anything important and could be implemented in pure JS instead.

This was SVN commit r7622.
This commit is contained in:
Ykkrosh
2010-06-07 18:41:03 +00:00
parent 5c9d0c17e2
commit 2c160e5bd8
7 changed files with 6 additions and 507 deletions
+2
View File
@@ -54,6 +54,8 @@ ScriptingHost::ScriptingHost()
if(!m_Context)
throw PSERROR_Scripting_SetupFailed();
// JS_SetGCZeal(m_Context, 2);
JS_SetErrorReporter(m_Context, ScriptingHost::ErrorReporter);
JS_BeginRequest(m_Context);