2016-02-25 12:07:07 +00:00
|
|
|
#
|
|
|
|
# Autogenerated by generate-bytecode-expectations.
|
|
|
|
#
|
|
|
|
|
|
|
|
---
|
|
|
|
pool type: string
|
|
|
|
execute: yes
|
|
|
|
wrap: yes
|
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
var a = 1;
|
|
|
|
try { a = 2; } finally { a = 3; }
|
|
|
|
"
|
|
|
|
frame size: 4
|
|
|
|
parameter count: 1
|
|
|
|
bytecode array length: 51
|
|
|
|
bytecodes: [
|
2016-05-11 12:21:56 +00:00
|
|
|
/* 30 E> */ B(StackCheck),
|
|
|
|
/* 42 S> */ B(LdaSmi), U8(1),
|
2016-06-09 13:32:33 +00:00
|
|
|
B(Star), R(0),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(Mov), R(context), R(3),
|
|
|
|
/* 51 S> */ B(LdaSmi), U8(2),
|
2016-06-09 13:32:33 +00:00
|
|
|
B(Star), R(0),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(LdaSmi), U8(-1),
|
|
|
|
B(Star), R(1),
|
|
|
|
B(Jump), U8(7),
|
|
|
|
B(Star), R(2),
|
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(1),
|
2016-06-09 13:32:33 +00:00
|
|
|
/* 53 E> */ B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(Star), R(3),
|
|
|
|
/* 70 S> */ B(LdaSmi), U8(3),
|
2016-06-09 13:32:33 +00:00
|
|
|
B(Star), R(0),
|
|
|
|
/* 72 E> */ B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(3), U8(1),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(LdaZero),
|
|
|
|
B(TestEqualStrict), R(1),
|
|
|
|
B(JumpIfTrue), U8(4),
|
|
|
|
B(Jump), U8(5),
|
|
|
|
B(Ldar), R(2),
|
|
|
|
B(ReThrow),
|
|
|
|
B(LdaUndefined),
|
|
|
|
/* 79 S> */ B(Return),
|
2016-02-25 12:07:07 +00:00
|
|
|
]
|
|
|
|
constant pool: [
|
|
|
|
]
|
|
|
|
handlers: [
|
|
|
|
[8, 12, 18],
|
|
|
|
]
|
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
var a = 1;
|
|
|
|
try { a = 2; } catch(e) { a = 20 } finally { a = 3; }
|
|
|
|
"
|
|
|
|
frame size: 9
|
|
|
|
parameter count: 1
|
2016-05-27 15:57:35 +00:00
|
|
|
bytecode array length: 87
|
2016-02-25 12:07:07 +00:00
|
|
|
bytecodes: [
|
2016-05-11 12:21:56 +00:00
|
|
|
/* 30 E> */ B(StackCheck),
|
|
|
|
/* 42 S> */ B(LdaSmi), U8(1),
|
2016-06-09 13:32:33 +00:00
|
|
|
B(Star), R(0),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(Mov), R(context), R(4),
|
|
|
|
B(Mov), R(context), R(5),
|
|
|
|
/* 51 S> */ B(LdaSmi), U8(2),
|
2016-06-09 13:32:33 +00:00
|
|
|
B(Star), R(0),
|
2016-05-27 15:57:35 +00:00
|
|
|
B(Jump), U8(33),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(Star), R(7),
|
|
|
|
B(LdaConstant), U8(0),
|
|
|
|
B(Star), R(6),
|
2016-05-27 15:57:35 +00:00
|
|
|
B(Mov), R(closure), R(8),
|
2016-06-09 13:32:33 +00:00
|
|
|
/* 53 E> */ B(CallRuntime), U16(Runtime::kPushCatchContext), R(6), U8(3),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(Star), R(5),
|
|
|
|
B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0),
|
|
|
|
B(Ldar), R(5),
|
|
|
|
B(PushContext), R(1),
|
|
|
|
/* 71 S> */ B(LdaSmi), U8(20),
|
2016-06-09 13:32:33 +00:00
|
|
|
B(Star), R(0),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(PopContext), R(1),
|
|
|
|
B(LdaSmi), U8(-1),
|
|
|
|
B(Star), R(2),
|
|
|
|
B(Jump), U8(7),
|
|
|
|
B(Star), R(3),
|
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(2),
|
2016-06-09 13:32:33 +00:00
|
|
|
/* 73 E> */ B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(Star), R(4),
|
|
|
|
/* 90 S> */ B(LdaSmi), U8(3),
|
2016-06-09 13:32:33 +00:00
|
|
|
B(Star), R(0),
|
|
|
|
/* 92 E> */ B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(4), U8(1),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(LdaZero),
|
|
|
|
B(TestEqualStrict), R(2),
|
|
|
|
B(JumpIfTrue), U8(4),
|
|
|
|
B(Jump), U8(5),
|
|
|
|
B(Ldar), R(3),
|
|
|
|
B(ReThrow),
|
|
|
|
B(LdaUndefined),
|
|
|
|
/* 99 S> */ B(Return),
|
2016-02-25 12:07:07 +00:00
|
|
|
]
|
|
|
|
constant pool: [
|
|
|
|
"e",
|
|
|
|
]
|
|
|
|
handlers: [
|
2016-05-27 15:57:35 +00:00
|
|
|
[8, 48, 54],
|
2016-02-25 12:07:07 +00:00
|
|
|
[11, 15, 17],
|
|
|
|
]
|
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
var a; try {
|
|
|
|
try { a = 1 } catch(e) { a = 2 }
|
|
|
|
} catch(e) { a = 20 } finally { a = 3; }
|
|
|
|
"
|
|
|
|
frame size: 10
|
|
|
|
parameter count: 1
|
2016-05-27 15:57:35 +00:00
|
|
|
bytecode array length: 119
|
2016-02-25 12:07:07 +00:00
|
|
|
bytecodes: [
|
2016-05-11 12:21:56 +00:00
|
|
|
/* 30 E> */ B(StackCheck),
|
|
|
|
B(Mov), R(context), R(4),
|
|
|
|
B(Mov), R(context), R(5),
|
|
|
|
B(Mov), R(context), R(6),
|
|
|
|
/* 55 S> */ B(LdaSmi), U8(1),
|
2016-06-09 13:32:33 +00:00
|
|
|
B(Star), R(0),
|
2016-05-27 15:57:35 +00:00
|
|
|
B(Jump), U8(33),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(Star), R(8),
|
|
|
|
B(LdaConstant), U8(0),
|
|
|
|
B(Star), R(7),
|
2016-05-27 15:57:35 +00:00
|
|
|
B(Mov), R(closure), R(9),
|
2016-06-09 13:32:33 +00:00
|
|
|
/* 57 E> */ B(CallRuntime), U16(Runtime::kPushCatchContext), R(7), U8(3),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(Star), R(6),
|
|
|
|
B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0),
|
|
|
|
B(Ldar), R(6),
|
|
|
|
B(PushContext), R(1),
|
|
|
|
/* 74 S> */ B(LdaSmi), U8(2),
|
2016-06-09 13:32:33 +00:00
|
|
|
B(Star), R(0),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(PopContext), R(1),
|
2016-05-27 15:57:35 +00:00
|
|
|
B(Jump), U8(33),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(Star), R(7),
|
|
|
|
B(LdaConstant), U8(0),
|
|
|
|
B(Star), R(6),
|
2016-05-27 15:57:35 +00:00
|
|
|
B(Mov), R(closure), R(8),
|
2016-06-09 13:32:33 +00:00
|
|
|
/* 76 E> */ B(CallRuntime), U16(Runtime::kPushCatchContext), R(6), U8(3),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(Star), R(5),
|
|
|
|
B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0),
|
|
|
|
B(Ldar), R(5),
|
|
|
|
B(PushContext), R(1),
|
|
|
|
/* 95 S> */ B(LdaSmi), U8(20),
|
2016-06-09 13:32:33 +00:00
|
|
|
B(Star), R(0),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(PopContext), R(1),
|
|
|
|
B(LdaSmi), U8(-1),
|
|
|
|
B(Star), R(2),
|
|
|
|
B(Jump), U8(7),
|
|
|
|
B(Star), R(3),
|
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(2),
|
2016-06-09 13:32:33 +00:00
|
|
|
/* 97 E> */ B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(Star), R(4),
|
|
|
|
/* 114 S> */ B(LdaSmi), U8(3),
|
2016-06-09 13:32:33 +00:00
|
|
|
B(Star), R(0),
|
|
|
|
/* 116 E> */ B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(4), U8(1),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(LdaZero),
|
|
|
|
B(TestEqualStrict), R(2),
|
|
|
|
B(JumpIfTrue), U8(4),
|
|
|
|
B(Jump), U8(5),
|
|
|
|
B(Ldar), R(3),
|
|
|
|
B(ReThrow),
|
|
|
|
B(LdaUndefined),
|
|
|
|
/* 123 S> */ B(Return),
|
2016-02-25 12:07:07 +00:00
|
|
|
]
|
|
|
|
constant pool: [
|
|
|
|
"e",
|
|
|
|
]
|
|
|
|
handlers: [
|
2016-05-27 15:57:35 +00:00
|
|
|
[4, 80, 86],
|
|
|
|
[7, 47, 49],
|
2016-02-25 12:07:07 +00:00
|
|
|
[10, 14, 16],
|
|
|
|
]
|
|
|
|
|