Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1467)

Side by Side Diff: test/mjsunit/regress/regress-353058.js

Issue 215853005: Check stack limit in ArgumentAdaptorTrampoline. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix ws Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/x64/builtins-x64.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2014 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: --stack-size=150
6 // Requries ASAN.
7
8 function runNearStackLimit(f) { function t() { try { t(); } catch(e) { f(); } }; try { t(); } catch(e) {} }
9 function __f_0(
10 x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
11 x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
12 x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
13 x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
14 x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
15 x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
16 x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
17 x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
18 x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
19 x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
20 x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
21 x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
22 x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
23 x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
24 x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x,
25 x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x
26 ) { }
27 runNearStackLimit(__f_0);
OLDNEW
« no previous file with comments | « src/x64/builtins-x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698