Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! fixup! vm: mark global proxy as side-effect-free
  • Loading branch information
addaleax committed May 3, 2019
commit ad47538a0841cebebb8e7563da7fd24599228909
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ session.post('Runtime.evaluate', {
const { exception } = res.exceptionDetails;
assert.strictEqual(exception.className, 'EvalError');
assert(/Possible side-effect/.test(exception.description));

assert(context); // Keep 'context' alive and make linter happy.
});