mirror of https://github.com/boa-dev/boa.git
Browse Source
Keep Integer type after running unary increment/decrement ops if possible. The integer type will be useful to take fast paths for accessing index properties. (e.g., `let a = 1; arr[++a]`)pull/2620/head
Choongwoo Han
2 years ago
3 changed files with 86 additions and 20 deletions
Loading…
Reference in new issue