mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
fd8f83f7d2
It turns out that the JS engine asserts that we only ever have one JSRuntime per thread. So when we spin up XPConnect in XPCOM initialization, we run into assertions when this standalone test does JS_NewRuntime. FWIW, it probably shouldn't be creating a random runtime and then passing that cx into Gecko APIs anyway. It sure would be nice if C++ unit tests could run with internal linkage... :-( |
||
---|---|---|
.. | ||
test | ||
Makefile.in | ||
moz.build | ||
nsIStartupCache.idl | ||
StartupCache.cpp | ||
StartupCache.h | ||
StartupCacheModule.cpp | ||
StartupCacheUtils.cpp | ||
StartupCacheUtils.h |