diff options
Diffstat (limited to 'js/src/jit/BaselineDebugModeOSR.h')
-rw-r--r-- | js/src/jit/BaselineDebugModeOSR.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/jit/BaselineDebugModeOSR.h b/js/src/jit/BaselineDebugModeOSR.h index 5ffc988f3e..1cbfc51e03 100644 --- a/js/src/jit/BaselineDebugModeOSR.h +++ b/js/src/jit/BaselineDebugModeOSR.h @@ -134,7 +134,7 @@ struct BaselineDebugModeOSRInfo void popValueInto(PCMappingSlotInfo::SlotLocation loc, Value* vp); }; -MOZ_MUST_USE bool +[[nodiscard]] bool RecompileOnStackBaselineScriptsForDebugMode(JSContext* cx, const Debugger::ExecutionObservableSet& obs, Debugger::IsObserving observing); |