servo/components/script/dom/bindings/codegen
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
..
parser Update the WebIDL parser 2018-04-03 14:06:07 +02:00
ply Cargoify servo 2014-09-08 20:21:42 -06:00
api.html.template Generate a list of supported DOM APIs from parsed WebIDLs. 2016-07-15 18:13:09 -04:00
apis.html.template Generate a list of supported DOM APIs from parsed WebIDLs. 2016-07-15 18:13:09 -04:00
BindingGen.py Remove unused command-line Python codegen arguments 2016-01-07 08:51:06 -05:00
Bindings.conf Renamed BrowsingContext to WindowProxy in script. 2017-05-12 15:02:35 -05:00
CodegenRust.py Make (dictionary)::empty() safe 2018-07-06 13:10:56 -07:00
Configuration.py Update the WebIDL parser 2018-04-03 14:06:07 +02:00
GlobalGen.py script codegen: Avoid modifying in-place a generated file. 2017-01-19 17:13:35 +01:00
interface.html.template Generate a list of supported DOM APIs from parsed WebIDLs. 2016-07-15 18:13:09 -04:00
property.html.template Generate a list of supported DOM APIs from parsed WebIDLs. 2016-07-15 18:13:09 -04:00
pythonpath.py Native MSVC windows build, convert to cmake 2016-08-17 09:50:51 -04:00