[heycam/webidl] Overload resolution algorithm: Steps 11.5. and 11.6. are identical (#138)

Overload resolution algorithm:
http://heycam.github.io/webidl/#es-overloads

Steps 11.5. and 11.6. are identical:

> 5. Otherwise: if V is a RegExp object and there is an entry in S that has one of the following types at position i of its type list,
> RegExp
> object
> a nullable version of either of the above types
> a union type or nullable union type that has one of the above types in its flattened member types
> then remove from S all other entries.
> 6. Otherwise: if V is a RegExp object and there is an entry in S that has one of the following types at position i of its type list,
> RegExp
> object
> a nullable version of either of the above types
> a union type or nullable union type that has one of the above types in its flattened member types
> then remove from S all other entries.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/138

Received on Monday, 1 August 2016 17:13:38 UTC