зеркало из https://github.com/mozilla/gecko-dev.git
c963262d5c
The module scripts are scanned immediately before executing, and if the module script is not yet executed, and it matches the requirement for encoding (size, fetch count, etc), it's marked as encode, and they're scanned again immediately after executing, and marked scripts are queued for bytecode encoding. This patch doesn't actually enable the encoding, given ShouldCacheBytecode returns false because the caching is not enabled for the channel and GetCacheTokenFetchCount fails. Differential Revision: https://phabricator.services.mozilla.com/D140296 |
||
---|---|---|
.. | ||
LoadedScript.cpp | ||
LoadedScript.h | ||
ModuleLoadRequest.cpp | ||
ModuleLoadRequest.h | ||
ModuleLoaderBase.cpp | ||
ModuleLoaderBase.h | ||
ModuleMapKey.cpp | ||
ModuleMapKey.h | ||
ScriptKind.h | ||
ScriptLoadRequest.cpp | ||
ScriptLoadRequest.h | ||
moz.build |