1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:01:01 +00:00
serenity/Userland
Andreas Kling a733a30373 LibJS: Write computed function default arguments into the call frame
Previously, default argument values would only show up when accessing
the argument by parameter name. This patch makes us write them back
into the call frame so they can be accessed via VM::argument() as well.
2021-06-14 11:26:12 +02:00
..
Applets Applets/Network: Replace fprintf(stderr) with dbgln() 2021-05-31 17:44:01 +01:00
Applications Calculator: Fix offensive button misalignment 2021-06-13 21:48:15 +02:00
Demos CatDog: Enhance the speech bubble artificial intelligence 2021-06-07 21:52:16 +02:00
DevTools HackStudio: Indicate git changes in the editor's gutter 2021-06-13 12:33:15 +01:00
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games Solitaire: Disable filling with background color during end animation 2021-06-13 19:29:52 +01:00
Libraries LibJS: Write computed function default arguments into the call frame 2021-06-14 11:26:12 +02:00
Services WindowManager: Close tooltip child_windows of previously active window 2021-06-12 23:54:08 +04:30
Shell Userland: Allow building SerenityOS with -funsigned-char 2021-06-13 18:52:58 +02:00
Utilities LibJS: Add the DataView built-in object 2021-06-14 01:45:04 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00