Skip to content

Fix ecma_op_function_list_lazy_property_names in case of arrow function #2529

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

Merged
merged 1 commit into from
Sep 17, 2018

Conversation

rerobika
Copy link
Member

Fixes #2528.

JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik [email protected]

// See the License for the specific language governing permissions and
// limitations under the License.

for (/a/ in yield => { }, yield => { }, yield => { }) throw 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yield is a reserved word in es6, i would like some other identifier if possible.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure!

Copy link
Member

@zherczeg zherczeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@robertsipka robertsipka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@robertsipka robertsipka merged commit 6c21c08 into jerryscript-project:master Sep 17, 2018
@rerobika rerobika deleted the issue_2528 branch February 28, 2019 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants