Files
servo/components/script
Manish Goregaokar cceaede96a Make (dictionary)::empty() safe
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.
2018-07-06 13:10:56 -07:00
..
2017-09-26 09:49:10 +02:00
2018-07-06 13:10:56 -07:00
2018-07-01 00:54:30 +02:00
2017-11-21 16:45:03 -08:00
2017-09-20 10:37:09 +02:00
2017-10-16 20:20:21 +02:00
2018-05-30 14:44:47 -05:00