aboutsummaryrefslogtreecommitdiff
path: root/test/compress/sandbox.js
AgeCommit message (Collapse)Author
2021-03-23workaround `toString()` quirks on global context (#4814)Alex Lam S.L
2021-03-22improve global context enumeration under `sandbox` (#4812)Alex Lam S.L
fixes #4811
2021-01-29suppress false positives due to nested objects (#4597)Alex Lam S.L
2021-01-20support asynchronous test cases properly (#4529)Alex Lam S.L
2020-08-19avoid setters during `console.log()` in sandbox (#4055)Alex Lam S.L
fixes #4054
2019-05-16reduce false positives from fuzzing (#3417)Alex Lam S.L
2019-05-15improve sandbox fidelity (#3415)Alex Lam S.L
2017-06-10fix portability of `sandbox.run_code()` on Node.js 0.1x (#2078)Alex Lam S.L