mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:57:44 +00:00
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.
This commit is contained in:
parent
60d329a186
commit
4f2c0e9968
5 changed files with 111 additions and 36 deletions
|
@ -10,7 +10,8 @@ set(SOURCES
|
|||
Debugger/BacktraceModel.cpp
|
||||
Debugger/DebugInfoWidget.cpp
|
||||
Debugger/Debugger.cpp
|
||||
Debugger/DebuggerGlobalJSObject.cpp
|
||||
Debugger/DebuggerGlobalJSObject.cpp
|
||||
Debugger/DebuggerVariableJSObject.cpp
|
||||
Debugger/DisassemblyModel.cpp
|
||||
Debugger/DisassemblyWidget.cpp
|
||||
Debugger/EvaluateExpressionDialog.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue