Bug 1929227 - Restore bytecode handling r=mgaudet

It was accidentally removed in 7b334fe58713.

Differential Revision: https://phabricator.services.mozilla.com/D228190
This commit is contained in:
Bryan Thrall
2024-11-06 16:06:39 +00:00
parent 4c9432fb82
commit 5304755464

View File

@@ -2912,7 +2912,7 @@ void ScriptLoader::InstantiateClassicScriptFromMaybeEncodedSource(
bool unused;
InstantiateStencil(aCx, aCompileOptions, std::move(stencil), aScript,
unused, aDebuggerPrivateValue,
aDebuggerIntroductionScript, erv);
aDebuggerIntroductionScript, erv, encodeBytecode);
}
mMainThreadParseTime += TimeStamp::Now() - startTime;