mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
It currently works by constructing from null (which will throw a runtime error if there are non-defaultable members). This changes it so that we no longer need a JSContext to construct this, so it can be safely constructed. In the case of non-defaultable members, this method simply does not exist.