mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09: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
Author: https://github.com/linusg
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