Files
servo/components/script/dom/bindings
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
..
2016-01-10 17:58:13 +09:00
2016-02-04 22:03:32 +01:00
2016-02-20 22:43:16 +01:00
2015-11-18 11:14:05 +01:00
2015-11-18 11:14:05 +01:00
2016-01-10 17:58:13 +09:00
2015-11-18 11:14:05 +01:00
2016-02-04 22:03:32 +01:00
2016-02-24 17:52:17 +01:00