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:
parent
eae8520dbb
commit
1f5cef1319
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue