OLD | NEW |
---|---|
(Empty) | |
1 // Copyright 2015 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 // Flags: --invoke-weak-callbacks --omit-quit --noincremental-marking --random-s eed=866466637 | |
6 // | |
7 // Test requires ASAN. | |
Hannes Payer (out of office)
2015/08/06 09:48:04
really?
Michael Lippautz
2015/08/06 09:54:26
just kidding -- no asan required ;)
| |
8 | |
9 (function __f_25() { | |
10 var __v_4 = new ArrayBuffer(1073741823); | |
11 })(); | |
OLD | NEW |