blob: 8512224663f4e020696fdf30db792eb6e6ae9ee8 (
plain)
1
2
3
4
5
6
|
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
Function('return this;')().test262 += '8';
export default null;
|