ladybird/Userland/Libraries
Luke Wilde c153d1779e LibJS/Bytecode: End the for variable scope at the start of its end block
If the for loop's body is not block terminated, we will generate a Jump
to the end block which will block terminate the body. Then, we ended
the lexical variable scope if needed. However, since the body is now
block terminated, the "LeaveLexicalEnvironment" instruction that is
generated by end_variable_scope is now dropped on the floor.

This fixes this by moving it to the beginning of the end block.
2022-06-30 15:59:55 +01:00
..
LibArchive tar: Implement support for GNU longname headers 2022-06-06 20:12:30 +01:00
LibAudio LibAudio: Add spec comments to the FlacLoader 2022-06-23 23:16:34 +01:00
LibC LibC: Align _ctype_ to newlib's implementation 2022-06-30 12:34:16 +01:00
LibCards
LibChess
LibCodeComprehension LibCodeComprehension: Re-organize code comprehension related code 2022-05-21 18:15:58 +02:00
LibCompress LibCompress: Implement a Zlib compressor 2022-06-30 12:26:49 +01:00
LibConfig
LibCore Everywhere: Use my fairly new and shiny serenityos.org email :^) 2022-06-30 15:59:42 +01:00
LibCoredump
LibCpp LibCpp: Support "FIXME" for comments 2022-06-14 19:07:00 +01:00
LibCrypt
LibCrypto LibCrypto: Add Ed25519 2022-05-12 23:47:13 +04:30
LibDebug
LibDesktop LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawn 2022-05-25 23:14:22 +01:00
LibDeviceTree
LibDiff
LibDl
LibDNS
LibDSP LibDSP: Fix keyboard glitch in Classic 2022-05-26 10:24:43 +01:00
LibEDID LibEDID: Return "Unknown" string if failed to determine the manufacturer 2022-06-10 22:32:54 +01:00
LibELF LibELF: Store the full file path in DynamicObject 2022-06-30 11:57:10 +02:00
LibFileSystemAccessClient FileSystemAccessServer: Call window stealing functions sync 2022-06-30 11:15:24 +01:00
LibGemini AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice() 2022-06-13 15:38:51 +01:00
LibGfx LibGfx: Use ZlibCompressor for compressing PNG files 2022-06-30 12:26:49 +01:00
LibGL LibGL: Add ability to retrieve current clear values from GLContext 2022-06-13 21:45:27 +01:00
LibGPU LibGPU: Do not load LibSoftGPU via symlink inside Serenity 2022-06-13 21:45:27 +01:00
LibGUI LibGUI: Add min_content_size debug property to AbstractScrollableWidget 2022-06-30 11:53:50 +02:00
LibHTTP LibHTTP+RequestServer: Recognize more HTTP methods 2022-06-27 22:53:36 +01:00
LibImageDecoderClient
LibIMAP
LibIPC LibIPC: Make noise when shutting down because of an error 2022-06-10 16:35:05 +01:00
LibJS LibJS/Bytecode: End the for variable scope at the start of its end block 2022-06-30 15:59:55 +01:00
LibKeyboard
LibLine LibLine: Use the real shown line count around in cleanup() 2022-06-22 15:45:27 +02:00
LibM
LibMain
LibMarkdown
LibPCIDB
LibPDF Everywhere: Fix a bunch of typos 2022-05-29 15:22:00 +02:00
LibProtocol
LibPthread LibPthread: Set errno in sem_trywait() 2022-06-12 00:28:26 +01:00
LibRegex
LibSanitizer
LibSoftGPU Everywhere: Fix a bunch of typos 2022-05-29 15:22:00 +02:00
LibSQL AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice() 2022-06-13 15:38:51 +01:00
LibSymbolication
LibSyntax
LibSystem
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice() 2022-06-13 15:38:51 +01:00
LibUnicode
LibUSBDB
LibVideo
LibVT LibVT+Kernel: Separate the caret shapes and its steadiness 2022-06-22 12:12:00 +01:00
LibWasm
LibWeb LibWeb/CSS: Fix incorrect calc(<percentage> - <value>) computations 2022-06-30 12:11:57 +01:00
LibWebSocket
LibWebView Browser+LibWeb+WebContent: Allow Browser to load local files 2022-06-27 20:22:15 +01:00
LibX86
LibXML LibXML+Tests: Consume > in the character data ending ]]> and test it 2022-05-30 00:16:17 +01:00
CMakeLists.txt LibCodeComprehension: Re-organize code comprehension related code 2022-05-21 18:15:58 +02:00