mirror of
https://github.com/servo/servo
synced 2026-05-12 09:56:50 +02:00
The WebIDLs for values were duplicated in PropertyDescriptor and EvalResultValue, with duplicated handlers across the code. General cleanup of how debugger values are passed from debugger.js and how the conversion from JS and to JSON happens. There shouldn't be a behaviour change. Testing: Existing devtools tests and manual testing Part of: #36027 --------- Signed-off-by: eri <eri@igalia.com> Co-authored-by: atbrakhi <atbrakhi@igalia.com>