mirror of https://github.com/boa-dev/boa.git
Browse Source
This Pull Request changes the following: - Implement binary `in` operation with private names. - Adding a separate `BinaryInPrivate` expression in addition to the existing `Binary` expression seems like the best way to implement this in a typesafe manner. Other methods like adding an enum for the `Binary` lhs result in having to make assertions.pull/2583/head
raskad
2 years ago
11 changed files with 203 additions and 16 deletions
Loading…
Reference in new issue