1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Userland/DevTools
FalseHonesty 4f2c0e9968 HackStudio: Implement custom JS -> C++ "proxy" objects
This patch adds a custom JS Object type that will convert written
properties to their C++ equivalents, reflecting JS writes back
to the debugging session. This is better than a simple proxy because
printing this custom object works as expected because properties
still exist on the object as existing handlers expect.
2021-04-25 19:03:57 +02:00
..
HackStudio HackStudio: Implement custom JS -> C++ "proxy" objects 2021-04-25 19:03:57 +02:00
Inspector AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
IPCCompiler IPCCompiler: Remove hardcoded endpoint magic, attempt deux 2021-04-25 14:06:56 +02:00
Playground Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Profiler AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
UserspaceEmulator UserspaceEmulator: Add more Instructions 2021-04-25 09:56:29 +02:00
CMakeLists.txt DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00