mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
Functions returning `Root<T>` are prefixed by "root_" and the ones returning `*const T` by "native_". Functions taking `*mut JSObject` are now suffixed by "_from_object" and the ones taking `&T` by "_from_reflector".