Skip to content
Snippets Groups Projects
Commit 143f6008 authored by rswindell's avatar rswindell
Browse files

Each sbbs_t instance gets its own JS runtime to resolve concurrent GC blocking

and potentially other multi-threaded issues.
parent 26f51020
No related branches found
No related tags found
No related merge requests found
......@@ -178,10 +178,11 @@ public:
#ifdef JAVASCRIPT
JSRuntime* js_runtime;
JSContext* js_cx;
JSObject* js_glob;
long js_execfile(char *fname);
bool js_initcx(void);
bool js_init(void);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment