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

Side by Side Diff: test/mjsunit/asm/regress-669899.js

Issue 2771183002: [wasm][asm.js] Fix and enable several asm.js tests with the new parser. (Closed)
Patch Set: Created 3 years, 9 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
OLDNEW
1 // Copyright 2016 the V8 project authors. All rights reserved. 1 // Copyright 2016 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Flags: --validate-asm --fast-validate-asm
6
5 try { 7 try {
6 (function () { 8 (function () {
7 })(); 9 })();
8 } catch(e) {; } 10 } catch(e) {; }
9 function __f_113() { 11 function __f_113() {
10 } 12 }
11 (function () { 13 (function () {
12 function __f_89() { 14 function __f_89() {
13 "use asm"; 15 "use asm";
14 function __f_63(__v_26, __v_28) { 16 function __f_63(__v_26, __v_28) {
15 __v_26 = __v_26|0; 17 __v_26 = __v_26|0;
16 __v_28 = __v_28|0; 18 __v_28 = __v_28|0;
17 } 19 }
18 function __f_21(table_id, fun_id, arg1, arg2) { 20 function __f_21(table_id, fun_id, arg1, arg2) {
19 table_id = table_id|0; 21 table_id = table_id|0;
20 fun_id = fun_id|0; 22 fun_id = fun_id|0;
21 arg1 = arg1|0; 23 arg1 = arg1|0;
22 arg2 = arg2|0; 24 arg2 = arg2|0;
23 } 25 }
24 var __v_17 = []; 26 var __v_17 = [];
25 } 27 }
26 var module = __f_89(); 28 var module = __f_89();
27 })(); 29 })();
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698