serenity/Userland/Libraries
Andreas Kling d69cd3f5bf LibJS: Don't create lexical environment for native (C++) function calls
This was creating a ton of pointless busywork for the garbage collector
and can be avoided simply by tolerating that the current call frame has
a null scope object for the duration of a NativeFunction activation.
2021-06-09 20:54:01 +02:00
..
LibArchive
LibAudio LibAudio: Add support for WAVE_FORMAT_EXTENSIBLE 2021-06-09 22:58:44 +04:30
LibC LibC: Add stub implementation for sigsuspend 2021-06-09 19:41:23 +01:00
LibCards
LibChess
LibCompress
LibCore LibCore: Fix building LibCore on FreeBSD 2021-06-09 09:24:58 +02:00
LibCoreDump
LibCpp LibWeb+LibSyntax: Implement nested syntax highlighters 2021-06-07 14:45:49 +04:30
LibCrypt
LibCrypto LibCrypto: Add hash methods to {Signed, Unsigned}BigInteger 2021-06-09 11:48:04 +01:00
LibDebug
LibDesktop
LibDiff
LibDl LibC+LibELF: Implement dladdr() 2021-06-06 22:16:11 +02:00
LibELF LibC+LibELF: Implement dladdr() 2021-06-06 22:16:11 +02:00
LibGemini
LibGfx
LibGL LibGL: Implement very basic version of glGetFloatv 2021-06-09 10:49:38 +02:00
LibGUI Meta: Disable -Wmaybe-uninitialized 2021-06-09 23:05:32 +04:30
LibHTTP
LibImageDecoderClient
LibIPC
LibJS LibJS: Don't create lexical environment for native (C++) function calls 2021-06-09 20:54:01 +02:00
LibKeyboard
LibLine LibLine: Actually remove the two levels of deferred_invoke 2021-06-07 02:22:40 +04:30
LibM LibM: Implement nearbyint, nearbyintl and nearbyintf 2021-06-08 17:29:57 +02:00
LibMarkdown LibMarkdown: Wrap non-inline code blocks in <pre> 2021-06-09 18:06:54 +01:00
LibPCIDB
LibPDF
LibProtocol
LibPthread
LibRegex
LibSanitizer
LibSQL LibSQL: Limit the number of nested subqueries 2021-06-08 19:08:13 +02:00
LibSymbolication
LibSyntax LibWeb+LibSyntax: Implement nested syntax highlighters 2021-06-07 14:45:49 +04:30
LibSystem
LibTest
LibTextCodec
LibThreading
LibTLS Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&> 2021-06-08 19:14:24 +02:00
LibTTF
LibVideo
LibVT
LibWasm LibWasm: ALWAYS_INLINE some very hot functions 2021-06-09 23:05:32 +04:30
LibWeb LibJS: Add the Set built-in object 2021-06-09 11:48:04 +01:00
LibWebSocket
LibX86
CMakeLists.txt