blob: f1d475dd6dc47739e9e5f893041988fc2181446f [file] [log] [blame]
this.x1 = 'y';
// evalcx is like evaluate and not eval, and so can introduce a global let binding.
evalcx("let x1 = 'z';", this);
assertEq(x1, 'z');