comparison: js/src/jit-test/tests/basic/bug710947.js
js/src/jit-test/tests/basic/bug710947.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // |jit-test| allow-oom; |
|
2 function startTest() { |
|
3 if (typeof document != "object" |
|
4 || !document.location.href.match(/jsreftest.html/)) {} |
|
5 }; |
|
6 gczeal(4); |
|
7 startTest(); |
|
8 ArrayBuffer( 8192 ); |