fune/js
André Bargull 114f466da6 Bug 1889091 - Part 6: Remove "scratch" register parameter from emitPushArguments. r=jandem
It was useful to use an explicit parameter when `scratch` was used to hold the
extra stack space. But now that we no longer have to compute the extra stack
space, it's no longer necessary to have an out-param and we can instead use a
local variable similar to how `ToRegister(apply->getTempObject())` is used.

Depends on D206355

Differential Revision: https://phabricator.services.mozilla.com/D206356
2024-04-06 13:38:30 +00:00
..
examples
loader Bug 1889319 - Remove unused ModuleLoaderBase::RemoveFetchedModule declaration r=spidermonkey-reviewers,jonco 2024-04-03 12:09:22 +00:00
public Bug 1887939 - Update error message when the pref of "Symbols as WeakMap keys" is off. r=jonco 2024-03-28 14:05:21 +00:00
src Bug 1889091 - Part 6: Remove "scratch" register parameter from emitPushArguments. r=jandem 2024-04-06 13:38:30 +00:00
xpconnect Bug 1881863 - Part 1: Standardize on boolean over bool in xpidl, r=xpcom-reviewers,necko-reviewers,valentin,extension-reviewers,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,search-reviewers,anti-tracking-reviewers,places-reviewers,nalexander,emilio,zombie,sgalich,karlt,lina,Standard8 2024-04-04 18:45:21 +00:00
app.mozbuild Bug 1880746 - Part 3: Remove duplicate DIRS from js/app.mozbuild. r=firefox-build-system-reviewers,glandium 2024-02-27 07:31:35 +00:00
ffi.configure
moz.build
moz.configure Bug 1883457 - Part 2: Use be_memory_inline_jit_restrict_* APIs for JIT on iOS, r=jandem 2024-03-25 17:12:53 +00:00
sub.configure