Corina Udrescu

Results 1 comments of Corina Udrescu

Does it work if you pass `expose-gc` as an option to `js-flags`? ``` js flags: [ '--no-sandbox', '--user-data-dir=/tmp', '--disable-web-security', '--enable-logging=stderr', '--debug-devtools-frontend', '--js-flags="expose-gc"' ], ``` See http://peter.sh/experiments/chromium-command-line-switches/ and https://stackoverflow.com/questions/17777909/unit-testing-javascript-for-a-memory-leak for more...