Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webidl: Implement sequences in unions #9304

Merged
merged 5 commits into from Jan 17, 2016
Merged

Commits on Jan 15, 2016

  1. webidl: Implement sequences in unions

    Unblocks #9053
    emilio committed Jan 15, 2016
  2. webidl: Add test for interface sequences

    Sequence interfaces return values worked before, but had no test.
    
    Sequence interface arguments didn't work until the previous commit.
    emilio committed Jan 15, 2016
  3. webidl: Refactor isSequence in getJSToNativeConversionInfo

    That way it does not depend on the return value for the same type.
    
    This hopefully makes the code more clear, and avoids errors if something
    changes in the future (for example, we could want to pass slices as
    sequence arguments).
    emilio committed Jan 15, 2016
You can’t perform that action at this time.