зеркало из https://github.com/mozilla/gecko-dev.git
d30da22f2d
This patch fixes an intermittent bug with the test "test_webassembly_compile.html". That test calls the garbage collector which destroys the variables declared within the function-level scopes in the tests "test_promise_argument.html", and "test_promise_callback_retval.html". Declaring them outside the function scope prevents the variables from being destroyed. MozReview-Commit-ID: 7dMwavRqnFg --HG-- extra : rebase_source : 7ff513eed5e9f4f353de59affb11cb04be3cbbaa |
||
---|---|---|
.. | ||
tests | ||
Promise.cpp | ||
Promise.h | ||
PromiseDebugging.cpp | ||
PromiseDebugging.h | ||
PromiseNativeHandler.h | ||
PromiseWorkerProxy.h | ||
moz.build |