facebookarchive/prepack

Adapt evaluators to deal with abstract conversion values

Open

#1,109 创建于 2017年10月27日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)JavaScript (520 fork)batch import
abstracthelp wantedlevel 3 (medium)test needed

仓库指标

Star
 (14,268 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

The evaluators for binary and unary expression already have logic that allows them to deal with abstract operands. This does not cover the case where a concrete operand may become abstract after implicit conversion.

This pull request fixes this for the + operator: #1108. Follow that model for the other operators.

贡献者指南