1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 12:08:14 +00:00
serenity/Userland
Andreas Kling 4da3e5d91f LibJS: Add naive implementation of eval() :^)
This parses and executes a code string in the caller's lexical scope.
2021-03-15 21:20:33 +01:00
..
Applications TextEditor: Add charcount info about selected text to the statusbar 2021-03-15 09:08:15 +01:00
Demos Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
DevTools UserspaceEmulator: downgrade TODO to dbgln for invalid fcntl cmd arg 2021-03-15 16:07:31 +01:00
DynamicLoader Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
Games Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
Libraries LibJS: Add naive implementation of eval() :^) 2021-03-15 21:20:33 +01:00
MenuApplets Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
Services Apply suggestions from code review 2021-03-15 16:08:31 +01:00
Shell Shell: Consume the username when parsing '~user' 2021-03-15 09:06:21 +01:00
Tests Kernel: Add Test for munmap of multiple regions 2021-03-13 10:00:46 +01:00
Utilities bt: add source file number integration 2021-03-15 16:08:31 +01:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00