1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 03:31:00 +00:00
serenity/Base
Andreas Kling faddf3a1db LibJS: Implement "throw"
You can now throw an expression to the nearest catcher! :^)

To support throwing arbitrary values, I added an Exception class that
sits as a wrapper around whatever is thrown. In the future it will be
a logical place to store a call stack.
2020-03-24 22:21:58 +01:00
..
etc SystemServer: Add WorkingDirectory support 2020-03-18 08:23:31 +01:00
home/anon LibJS: Implement "throw" 2020-03-24 22:21:58 +01:00
res Base: Add Calendar.af 2020-03-19 22:54:30 +01:00
usr SystemServer: Add WorkingDirectory support 2020-03-18 08:23:31 +01:00
www WebServer: Implement a very basic HTTP server :^) 2020-02-09 14:15:55 +01:00