0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-30 04:38:52 +02:00
construct/include/ircd/js
Jason Volk 0e2b8600e5 ircd::js: Moz people recommend thread_local JSRuntime/JSContext;
There is no reason to clutter most arguments with contexts. Additionally
these will be merged in the future SpiderMonkey. There is only one
JSRuntime/JSContext per thread and it must be locked when in use.
2016-11-13 16:29:43 -08:00
..
compartment_guard.h ircd::js: Moz people recommend thread_local JSRuntime/JSContext; 2016-11-13 16:29:43 -08:00
context.h ircd::js: Moz people recommend thread_local JSRuntime/JSContext; 2016-11-13 16:29:43 -08:00
debug.h ircd::js: Add debug / reflection for JSErrorReport; deinline other debug. 2016-11-13 16:29:43 -08:00
for_each.h ircd::js: Moz people recommend thread_local JSRuntime/JSContext; 2016-11-13 16:29:43 -08:00
id.h ircd::js: Moz people recommend thread_local JSRuntime/JSContext; 2016-11-13 16:29:43 -08:00
js.h ircd::js: Moz people recommend thread_local JSRuntime/JSContext; 2016-11-13 16:29:43 -08:00
runtime.h ircd::js: Moz people recommend thread_local JSRuntime/JSContext; 2016-11-13 16:29:43 -08:00
script.h ircd::js: Moz people recommend thread_local JSRuntime/JSContext; 2016-11-13 16:29:43 -08:00
string.h ircd::js: Moz people recommend thread_local JSRuntime/JSContext; 2016-11-13 16:29:43 -08:00
trap.h ircd::js: Moz people recommend thread_local JSRuntime/JSContext; 2016-11-13 16:29:43 -08:00