Files
servo/components/script
Simon Wülker e040960366 script: Take &CStr instead of &str in get_property_jsval (#42132)
This change modifies `get_property_jsval` and `get_property` to take a
`&CStr` instead of `&str`, to avoid conversion between the two in many
places.

Testing: Covered by existing tests
Part of https://github.com/servo/servo/issues/42126

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2026-01-24 22:29:11 +00:00
..
2025-10-02 07:51:19 +00:00