1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:27:35 +00:00

LibJS: Make AST.cpp compile with -O0

This commit is contained in:
Linus Groh 2022-07-06 14:12:51 +02:00
parent eae8520dbb
commit 1f5cef1319

View file

@ -4092,6 +4092,7 @@ Completion DebuggerStatement::execute(Interpreter& interpreter, GlobalObject&) c
if (false) {
// a. Perform an implementation-defined debugging action.
// b. Return a new implementation-defined Completion Record.
VERIFY_NOT_REACHED();
}
// 2. Else,
else {