OLD | NEW |
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 })(); |
OLD | NEW |