зеркало из https://github.com/mozilla/gecko-dev.git
cccdd9fbca
Using a simple |const char*| is more memory-efficient than allocating a JS string. We still have to allocate the JS string for passing things into JS, but ideally we will be able to move the point of allocation much closer to where it's actually needed, rather than indiscriminantly doing it all the time. |
||
---|---|---|
.. | ||
tests | ||
Promise.cpp | ||
Promise.h | ||
PromiseCallback.cpp | ||
PromiseCallback.h | ||
PromiseDebugging.cpp | ||
PromiseDebugging.h | ||
PromiseNativeHandler.cpp | ||
PromiseNativeHandler.h | ||
PromiseWorkerProxy.h | ||
moz.build |