1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 14:47:35 +00:00
serenity/Base
Andreas Kling 8f7d4f67a4 LibJS: Support reading/writing elements in an Array via Object get/put
I'm not completely thrilled about Object::get() and Object::put() doing
special-case stuff for arrays, and we should probably come up with a
better abstraction for it.

But at least it works for now, which is really nice. :^)
2020-03-20 21:56:40 +01:00
..
etc SystemServer: Add WorkingDirectory support 2020-03-18 08:23:31 +01:00
home/anon LibJS: Support reading/writing elements in an Array via Object get/put 2020-03-20 21:56:40 +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