Alex Lam S.L
|
78e3936cd4
|
fix corner case in inline (#4818)
fixes #4817
|
2021-03-23 22:33:24 +08:00 |
|
Alex Lam S.L
|
e7be38b42a
|
fix corner cases with logical assignment operators (#4816)
fixes #4815
|
2021-03-23 13:02:45 +08:00 |
|
Alex Lam S.L
|
44394e61c9
|
workaround toString() quirks on global context (#4814)
|
2021-03-23 11:15:41 +08:00 |
|
Alex Lam S.L
|
f9055df44d
|
support logical assignment operators (#4813)
|
2021-03-23 04:59:43 +08:00 |
|
Alex Lam S.L
|
51bdb7281b
|
improve global context enumeration under sandbox (#4812)
fixes #4811
|
2021-03-22 22:43:33 +08:00 |
|
Alex Lam S.L
|
9c01511f84
|
v3.13.2
v3.13.2
|
2021-03-22 04:34:26 +08:00 |
|
Alex Lam S.L
|
9faee3b66a
|
fix corner case in arguments (#4810)
fixes #4809
|
2021-03-21 10:40:32 +08:00 |
|
Alex Lam S.L
|
8ea1ced389
|
document various v8 bugs (#4808)
closes #4805
|
2021-03-21 06:33:45 +08:00 |
|
Alex Lam S.L
|
24619daf68
|
fix corner cases in collapse_vars & unused (#4807)
fixes #4806
|
2021-03-21 03:51:03 +08:00 |
|
Alex Lam S.L
|
b89cc84c3a
|
fix corner case in pure_getters (#4804)
fixes #4803
|
2021-03-19 16:16:53 +08:00 |
|
Alex Lam S.L
|
3016a78d85
|
fix corner case in reduce_vars (#4802)
fixes #4801
|
2021-03-18 23:58:35 +08:00 |
|
Alex Lam S.L
|
2508481e33
|
fix corner case in evaluate (#4800)
fixes #4799
|
2021-03-18 11:31:20 +08:00 |
|
Alex Lam S.L
|
48c46fa9a7
|
fix corner case in sequences (#4798)
|
2021-03-18 08:31:55 +08:00 |
|
Alex Lam S.L
|
7da49b5709
|
fix corner case in collapse_vars (#4797)
|
2021-03-18 07:50:55 +08:00 |
|
Alex Lam S.L
|
d837a46ebd
|
fix corner case in reduce_vars (#4796)
|
2021-03-18 05:14:14 +08:00 |
|
Alex Lam S.L
|
d4303b62cc
|
build Bootstrap for verification testing (#4795)
|
2021-03-17 22:34:17 +08:00 |
|
Alex Lam S.L
|
7d595e2eac
|
improve comment formatting logic (#4794)
|
2021-03-17 13:51:52 +08:00 |
|
Alex Lam S.L
|
9fc0ff5953
|
parse extended Unicode literal correctly (#4792)
|
2021-03-17 10:34:50 +08:00 |
|
Alex Lam S.L
|
997d09bb33
|
extend keep_fnames to classes (#4793)
|
2021-03-17 09:28:27 +08:00 |
|
Alex Lam S.L
|
b244b4ec21
|
enhance "functions" (#4791)
|
2021-03-17 05:38:33 +08:00 |
|
Alex Lam S.L
|
b872ffee01
|
fix corner case in hoist_funs (#4790)
|
2021-03-17 01:48:23 +08:00 |
|
Alex Lam S.L
|
9a9543013c
|
fix corner case in functions (#4789)
fixes #4788
|
2021-03-16 20:58:51 +08:00 |
|
Alex Lam S.L
|
b98ce6c84f
|
avoid flaky cases in verification testing (#4785)
|
2021-03-16 20:50:33 +08:00 |
|
Alex Lam S.L
|
7b43b6396f
|
ensure valid generated cases in --reduce-test (#4787)
closes #4786
|
2021-03-16 18:14:24 +08:00 |
|
Alex Lam S.L
|
67f8fcb103
|
build web-tooling-benchmark for verification testing (#4776)
|
2021-03-16 17:34:10 +08:00 |
|
Alex Lam S.L
|
352a944868
|
fix corner cases with new.target (#4784)
|
2021-03-16 14:34:36 +08:00 |
|
Alex Lam S.L
|
77c9116c91
|
fix corner case in unsafe (#4783)
|
2021-03-16 09:42:28 +08:00 |
|
Alex Lam S.L
|
e821787095
|
fix corner case in reduce_vars (#4782)
|
2021-03-16 08:05:01 +08:00 |
|
Alex Lam S.L
|
aa6e33e208
|
parse out-of-range numerals correctly (#4781)
|
2021-03-16 06:52:21 +08:00 |
|
Alex Lam S.L
|
176581d732
|
fix corner cases with template literals (#4780)
|
2021-03-15 21:54:05 +08:00 |
|
Alex Lam S.L
|
01aa078e9c
|
support **= (#4778)
|
2021-03-15 21:53:48 +08:00 |
|
Alex Lam S.L
|
149d75c092
|
fix corner case in unsafe (#4779)
|
2021-03-15 17:51:32 +08:00 |
|
Alex Lam S.L
|
2619bff3cf
|
fix corner case in conditionals (#4777)
|
2021-03-15 12:44:41 +08:00 |
|
Alex Lam S.L
|
4fb54b066f
|
improve Node.js setup on GitHub Actions (#4775)
|
2021-03-15 06:25:33 +08:00 |
|
Alex Lam S.L
|
e124ef57e3
|
parse parentheses-terminated statements correctly (#4774)
fixes #4772
|
2021-03-14 14:09:29 +08:00 |
|
Alex Lam S.L
|
73e6b2550b
|
fix corner cases with yield (#4771)
fixes #4769
|
2021-03-14 04:39:30 +08:00 |
|
Alex Lam S.L
|
241113200e
|
support shorthand key-symbol output (#4768)
|
2021-03-13 15:37:01 +08:00 |
|
Alex Lam S.L
|
6f3ab09319
|
fix corner case in unused (#4767)
fixes #4766
|
2021-03-13 15:09:07 +08:00 |
|
Alex Lam S.L
|
3b5d5014e0
|
implement annotations (#4763)
|
2021-03-13 03:40:49 +08:00 |
|
Alex Lam S.L
|
c36c3cb470
|
fix corner case in side_effects (#4765)
fixes #4764
|
2021-03-13 02:40:28 +08:00 |
|
Alex Lam S.L
|
24b73a95fa
|
v3.13.1
v3.13.1
|
2021-03-12 06:50:05 +08:00 |
|
Alex Lam S.L
|
862b1b77b5
|
fix corner cases in merge_vars & with exports (#4762)
fixes #4761
|
2021-03-11 09:16:16 +08:00 |
|
Alex Lam S.L
|
b4944a31a4
|
fix corner case in merge_vars (#4760)
fixes #4759
|
2021-03-10 23:44:49 +08:00 |
|
Alex Lam S.L
|
58362d5ec7
|
build Math.js for verification testing (#4758)
|
2021-03-10 03:34:30 +08:00 |
|
Alex Lam S.L
|
01fa430a3e
|
fix corner case in unused (#4757)
fixes #4756
|
2021-03-09 07:59:52 +08:00 |
|
Alex Lam S.L
|
f4ee0f651c
|
fix corner case in unsafe (#4755)
|
2021-03-09 04:40:21 +08:00 |
|
Alex Lam S.L
|
077512d151
|
fix corner case in inline (#4754)
fixes #4753
|
2021-03-08 12:38:53 +08:00 |
|
Alex Lam S.L
|
e4848a7f5a
|
speed up ufuzz asynchronous testing (#4750)
|
2021-03-08 04:25:56 +08:00 |
|
Alex Lam S.L
|
f52b0e7c31
|
fix corner case in side_effects (#4752)
fixes #4751
|
2021-03-08 04:19:51 +08:00 |
|
Alex Lam S.L
|
31e7d25cad
|
fix issues uncovered by lgtm (#4749)
|
2021-03-07 12:44:34 +08:00 |
|