зеркало из https://github.com/mozilla/gecko-dev.git
Destroying the temporary context used in evalcx and also doing a GC invalidates shape numbers, which kinda makes testing hard because it breaks shapeOf(evalcx("lazy")) === shapeOf(evalcx("lazy")); don't GC. rs=brendan
This commit is contained in:
Родитель
3ff0d9cc39
Коммит
b88411f456
|
@ -2678,7 +2678,7 @@ out:
|
|||
#ifdef JS_THREADSAFE
|
||||
JS_EndRequest(scx);
|
||||
#endif
|
||||
JS_DestroyContext(scx);
|
||||
JS_DestroyContextNoGC(scx);
|
||||
return ok;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче