OLD | NEW |
---|---|
(Empty) | |
1 // Copyright 2016 the V8 project authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 v3 = Math.floor(0xFFFFFFFF / 4) + 1; | |
6 Object.prototype.__defineGetter__(1, function() { | |
7 this[1] = Array(0x8000).join(); | |
8 }) | |
9 try { v38 = new ArrayBuffer(v3); } catch (e) {} | |
10 try { v41 = new Intl.DateTimeFormat(); } catch (e) {} | |
OLD | NEW |