servo/components/script/dom/bindings/codegen
bors-servo c37a086660 Auto merge of #9786 - peterjoel:fix_codegen_is_array_like, r=jdm
Fixed compile error in generated code, when webidl constructors have same number of args

One of the ways that generated code differentiates constructors is by comparing if the args are array-like. The generated code was calling a function `IsArrayLike` that no longer exists. I re-implemented it with a more rust-like naming scheme.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9786)
<!-- Reviewable:end -->
2016-03-04 15:14:20 +05:30
..
parser Stop generating a parser.out file in the source. 2016-03-01 15:02:50 +01:00
ply Cargoify servo 2014-09-08 20:21:42 -06:00
BindingGen.py Remove unused command-line Python codegen arguments 2016-01-07 08:51:06 -05:00
Bindings.conf Properly propagate changes when range or trees are mutated 2015-12-25 23:35:57 +01:00
CodegenRust.py Auto merge of #9786 - peterjoel:fix_codegen_is_array_like, r=jdm 2016-03-04 15:14:20 +05:30
Configuration.py Cache legacy callback interface objects in proto_or_icache_array 2016-02-25 15:15:44 +01:00
GlobalGen.py Lazily define interface objects on globals (fixes #6419) 2016-02-25 15:56:47 +01:00