4268ce0abd
BUG=353058 LOG=N TEST=mjsunit/regress/regress-353058 R=mstarzinger@chromium.org Review URL: https://codereview.chromium.org/215853005 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20692 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
28 lines
1.1 KiB
JavaScript
28 lines
1.1 KiB
JavaScript
// Copyright 2014 the V8 project authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
// Flags: --stack-size=150
|
|
// Requries ASAN.
|
|
|
|
function runNearStackLimit(f) { function t() { try { t(); } catch(e) { f(); } }; try { t(); } catch(e) {} }
|
|
function __f_0(
|
|
x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
|
|
x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
|
|
x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
|
|
x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
|
|
x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
|
|
x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
|
|
x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
|
|
x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
|
|
x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
|
|
x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
|
|
x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
|
|
x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
|
|
x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
|
|
x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
|
|
x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
|
|
x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x
|
|
) { }
|
|
runNearStackLimit(__f_0);
|