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
Notes: sideshowbarker 2024-07-17 09:40:33 +09:00

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 {