mirror of https://github.com/svaarala/duktape.git
Sami Vaarala
10 years ago
1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||
|
/* |
||||
|
* https://github.com/svaarala/duktape/issues/107
|
||||
|
*/ |
||||
|
|
||||
|
/*=== |
||||
|
still here |
||||
|
===*/ |
||||
|
|
||||
|
function test() { |
||||
|
Function().apply(1,Array(10000)); |
||||
|
print('still here'); |
||||
|
} |
||||
|
|
||||
|
try { |
||||
|
test(); |
||||
|
} catch (e) { |
||||
|
print(e.stack || e); |
||||
|
} |
Loading…
Reference in new issue