mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
LibJS: Make AST.cpp compile with -O0
This commit is contained in:
parent
eae8520dbb
commit
1f5cef1319
Notes:
sideshowbarker
2024-07-17 09:40:33 +09:00
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…
Reference in a new issue